This delegate represents the method that handles the StartLoad event, the EndLoad event, the StartSave event, the EndSave event, and the GetDragDropFileName event. 
[Visual Basic] Public Delegate Sub FileEventHandler(ByVal sender As Object, ByVal e As FileEventArgs)
[C#] public delegate void FileEventHandler(object sender, FileEventArgs e);

Parameters

sender
      Event Source

e
      Event data contained in FileEventArgs

See Also

ImageKit Members | Newtone.ImageKit.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation