DrawingSurfaceManipulationHost.PointerReleased event

Occurs when a pointer device that previously initiated a Press action is released, within a DrawingSurface or DrawingSurfaceBackgroundGrid control.

Syntax

public event TypedEventHandler<DrawingSurfaceManipulationHost, PointerEventArgs> PointerReleased
Public Event PointerReleased As TypedEventHandler(Of DrawingSurfaceManipulationHost, PointerEventArgs)
public:
event TypedEventHandler<DrawingSurfaceManipulationHost, PointerEventArgs>^ PointerReleased {
   Windows::Foundation::EventRegistrationToken add(TypedEventHandler<DrawingSurfaceManipulationHost, PointerEventArgs>^ value);
   void remove(Windows::Foundation::EventRegistrationToken token);
}

Event information

Delegate TypedEventHandler<DrawingSurfaceManipulationHost, PointerEventArgs>

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Windows.Phone.Input.Interop Windows::Phone::Input::Interop [C++]

Metadata

Windows.WinMD

See also

DrawingSurfaceManipulationHost