C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Gallery Namespace / C1GalleryItemEventHandler Delegate
The source of the event.
An C1GalleryItemEventArgs that contains event data.

In This Topic
C1GalleryItemEventHandler Delegate
In This Topic
Represents the method that will handle an data binding events of C1GalleryItem, such as the C1Gallery.ItemDataBound and C1Gallery.ItemDataBinding events.
Syntax
'Declaration
 
Public Delegate Sub C1GalleryItemEventHandler( _
   ByVal sender As System.Object, _
   ByVal args As C1GalleryItemEventArgs _
) 
 

Parameters

sender
The source of the event.
args
An C1GalleryItemEventArgs that contains event data.
See Also