SmartGlassDirectSurface.PointerReleased Event

[Deprecated] Event raised when the SmartGlass device pointer is lifted from the digitizer surface.

Syntax

public:
event TypedEventHandler<SmartGlassDirectSurface^ , PointerEventArgs^ >^ PointerReleased {
         EventRegistrationToken add (TypedEventHandler<SmartGlassDirectSurface^ , PointerEventArgs^ >^ value);
         void remove (EventRegistrationToken token);
}  

Remarks

The behavior of some members of the PointerEventArgs Class returned in SmartGlassDirectSurface events is different from Windows. Both GetIntermediatePoints and CurrentPoint.PointerDevice will always return null.

Requirements

Namespace: Windows.Xbox.SmartGlass

Metadata: windows.winmd

See also

Reference

SmartGlassDirectSurface Class

SmartGlassDirectSurface Members

Windows.Xbox.SmartGlass Namespace