IInputElement::PreviewStylusOutOfRange Event

 

Occurs when the stylus is too far from the digitizer to be detected.

Namespace:   System.Windows
Assembly:  PresentationCore (in PresentationCore.dll)

event StylusEventHandler^ PreviewStylusOutOfRange {
	void add(StylusEventHandler^ value);
	void remove(StylusEventHandler^ value);
}

This interface is not intended for public implementation. For more information, see remarks for the IInputElement interface.

.NET Framework
Available since 3.0
Return to top
Show: