Gallery for ASP.NET Web Forms
C1GalleryItemEventHandler Delegate

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1Gallery Namespace : C1GalleryItemEventHandler Delegate
The source of the event.
An C1GalleryItemEventArgs that contains event data.
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 _
) 
public delegate void C1GalleryItemEventHandler( 
   System.object sender,
   C1GalleryItemEventArgs args
)

Parameters

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

Reference

C1GalleryItemEventHandler Members
C1.Web.Wijmo.Controls.C1Gallery Namespace