Raised when a pinch gesture is 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<PinchGestureEventArgs> PinchStarted |
| Visual Basic |
|---|
Public Event PinchStarted As EventHandler(Of PinchGestureEventArgs) |
| Visual C++ |
|---|
public: event EventHandler<PinchGestureEventArgs^>^ PinchStarted { void add (EventHandler<PinchGestureEventArgs^>^ value); void remove (EventHandler<PinchGestureEventArgs^>^ value); } |