MindFusion.Wpf Pack Programmer's Guide
TabControl.DragCompleted Event
See Also
 





Raised when a drag operation has completed.

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

 Syntax

C#  Copy Code

public event EventHandler<TabEventArgs> DragCompleted

Visual Basic  Copy Code

Public Event DragCompleted As EventHandler(Of TabEventArgs)

 Event Data

DragCompleted event handlers receive an argument of type TabEventArgs.

 See Also

TabControl Members
TabControl Class
MindFusion.UI.Wpf Namespace