Raised when the user is about to dock an item.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public event EventHandler<DockEventArgs> DockStarted |
Visual Basic
Copy Code
|
|---|
Public Event DockStarted As EventHandler(Of DockEventArgs) |
Event DataDockStarted event handlers receive an argument of type DockEventArgs.
See Also