This class exposes properties for the StartLoadFile and EndLoadFile events.
[Visual Basic] Public Class
ThumbnailLoadEventArgs Inherits System.EventArgs
[C#] public class
ThumbnailLoadEventArgsFSystem.EventArgs
Explanation
Property | Type | Explanation |
---|---|---|
![]() |
[Visual Basic] String [C#] string |
Retrieves the directory name for the thumbnail image. |
![]() |
[Visual Basic] String [C#] string |
Retrieves the filename for the thumbnail image. |
![]() |
[Visual Basic] Integer [C#] int |
Retrieves the thumbnail image number (Starts from 1). |
![]() |
[Visual Basic] Integer [C#] int |
Retrieves the total number of thumbnail images. |
See Also
Thumbnail Members | Newtone.ImageKit.Wpf.Thumbnail