Raises the DragStart event.
Namespace:
C1.WPFAssembly: C1.WPF (in C1.WPF.dll)
Syntax
| C# |
|---|
protected virtual void OnDragStart( MouseEventArgs e ) |
| Visual Basic |
|---|
Protected Overridable Sub OnDragStart ( _ e As MouseEventArgs _ ) |
Parameters
- e
- Type: System.Windows.Input..::..MouseEventArgs
MouseEventArgs that contains the event data.