Raised when a drag gesture has started on the UIElement.
Namespace: Mindscape.PhoneElementsAssembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public event EventHandler<DragStartedGestureEventArgs> DragStarted |
| Visual Basic |
|---|
Public Event DragStarted As EventHandler(Of DragStartedGestureEventArgs) |
| Visual C++ |
|---|
public: event EventHandler<DragStartedGestureEventArgs^>^ DragStarted { void add (EventHandler<DragStartedGestureEventArgs^>^ value); void remove (EventHandler<DragStartedGestureEventArgs^>^ value); } |