This event is generated just before the image is displayed.

[Visual Basic] Public Event StartDispImage As DispEventHandler
[C#] public event DispEventHandler StartDispImage;

Event Data

The event handler receives arguments of type DispEventArgs.

Explanation

The StartDispImage event is generated just before the image is displayed.

If there are processes that you want to occur just before an image is displayed, place that code within this event.

See Also

ImageKit Members | Newtone.ImageKit.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation