C1GalleryItemEventHandler Delegate
Represents the method that will handle an data binding events of C1GalleryItem, such as the C1Gallery.ItemDataBound and C1Gallery.ItemDataBinding events.
'Declaration
Public Delegate Sub C1GalleryItemEventHandler( _
ByVal As System.Object, _
ByVal As C1GalleryItemEventArgs _
)
Parameters
- sender
- The source of the event.
- args
- An C1GalleryItemEventArgs that contains event data.