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