DashboardLayout for WinForms | ComponentOne
C1.Win.Layout Namespace / ItemContainerActionEventHandler Delegate
The source of the event.
An object that contains the event data.

In This Topic
    ItemContainerActionEventHandler Delegate
    In This Topic
    Represents the method that will handle the C1DashboardLayout.ItemContainerAction event with event data.
    Syntax
    'Declaration
     
    
    Public Delegate Sub ItemContainerActionEventHandler( _
       ByVal sender As Object, _
       ByVal e As ItemContainerActionEventArgs _
    ) 
    public delegate void ItemContainerActionEventHandler( 
       object sender,
       ItemContainerActionEventArgs e
    )

    Parameters

    sender
    The source of the event.
    e
    An object that contains the event data.
    See Also