ComponentOne Carousel for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Carousel Namespace / C1CarouselItemEventHandler Delegate
The source of the event.
An C1CarouselItemEventArgs that contains event data.

In This Topic
    C1CarouselItemEventHandler Delegate
    In This Topic
    ItemDataBound Represents the method that will handle an data binding events of C1CarouselItem. Such as C1CarouselItem.BoundItemCreated event and C1CarouselItem.ItemDataBound event.
    Syntax
    'Declaration
     
    Public Delegate Sub C1CarouselItemEventHandler( _
       ByVal sender As System.Object, _
       ByVal args As C1CarouselItemEventArgs _
    ) 
    public delegate void C1CarouselItemEventHandler( 
       System.object sender,
       C1CarouselItemEventArgs args
    )

    Parameters

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