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

In This Topic
    DockingAnchorsEventHandler Delegate
    In This Topic
    Represents the method that handles the a docking operations event.
    Syntax
    'Declaration
     
    
    Public Delegate Sub DockingAnchorsEventHandler( _
       ByVal sender As Object, _
       ByVal e As DockingAnchorsEventArgs _
    ) 
    public delegate void DockingAnchorsEventHandler( 
       object sender,
       DockingAnchorsEventArgs e
    )

    Parameters

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