Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / CheckedChangedEventHandler Delegate
The source of the event.
A CheckedChangedEventArgs object that contains the event data.

In This Topic
    CheckedChangedEventHandler Delegate
    In This Topic
    Represents the method that will handle a CheckedChanged event.
    Syntax
    'Declaration
     
    
    Public Delegate Sub CheckedChangedEventHandler( _
       ByVal sender As Object, _
       ByVal e As CheckedChangedEventArgs _
    ) 
    public delegate void CheckedChangedEventHandler( 
       object sender,
       CheckedChangedEventArgs e
    )

    Parameters

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