'Declaration Public Event ItemDataBound As C1GalleryItemEventHandler
public event C1GalleryItemEventHandler ItemDataBound
Event Data
The event handler receives an argument of type C1GalleryItemEventArgs containing data related to this event. The following C1GalleryItemEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Item | Gets the C1GalleryItem related with this event. |
See Also