Search
DockControl.DockStarted Event
See Also
 





Raised when the user is about to dock an item.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf

 Syntax

C#  Copy Code

public event EventHandler<DockEventArgs> DockStarted

Visual Basic  Copy Code

Public Event DockStarted As EventHandler(Of DockEventArgs)

 Event Data

DockStarted event handlers receive an argument of type DockEventArgs.

 See Also