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

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

    Parameters

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