ImageGear21.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > ImGearThumbnailList Class : MarksLoading Event |
'Declaration Public Event MarksLoading As ImGearMarksLoadingEventHandler
'Usage Dim instance As ImGearThumbnailList Dim handler As ImGearMarksLoadingEventHandler AddHandler instance.MarksLoading, handler
public event ImGearMarksLoadingEventHandler MarksLoading
public: __event ImGearMarksLoadingEventHandler* MarksLoading
public: event ImGearMarksLoadingEventHandler^ MarksLoading
The event handler receives an argument of type ImGearMarksLoadingEventArgs containing data related to this event. The following ImGearMarksLoadingEventArgs properties provide information specific to this event.
Property | Description |
---|---|
ARTPage | Gets or sets the ARTPage that will be displayed in the thumbnail item. |
Item | Gets the ImGearThumbnailPage in which the marks are loading. |