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