ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Gallery Namespace / C1Gallery Class / ItemDataBound Event

In This Topic
    ItemDataBound Event (C1Gallery)
    In This Topic
    Occurs after C1GalleryItem is created in data binding.
    Syntax
    '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.

    PropertyDescription
    Gets the C1GalleryItem related with this event.  
    See Also