[]
        
(Showing Draft Content)

C1.Win.Command.DockingAnchorsEventHandler

DockingAnchorsEventHandler Delegate

Represents the method that handles the a docking operations event.

Namespace: C1.Win.Command
Assembly: C1.Win.Command.8.dll
Syntax
public delegate void DockingAnchorsEventHandler(object sender, DockingAnchorsEventArgs e)
Parameters
Type Name Description
object sender

The source of the event.

DockingAnchorsEventArgs e

A DockingAnchorsEventArgs that contains event data.

Constructors

Name Description
DockingAnchorsEventHandler(object, nint)

Methods

Name Description
BeginInvoke(object, DockingAnchorsEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, DockingAnchorsEventArgs)