Raised when the user initiates a drag operation.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public event EventHandler<DockEventArgs> DragStarted |
Visual Basic
Copy Code
|
|---|
Public Event DragStarted As EventHandler(Of DockEventArgs) |
Event DataDragStarted event handlers receive an argument of type DockEventArgs.
See Also