IInputElement.LostStylusCapture Gebeurtenis

Definitie

Treedt op wanneer dit element een stylus-opname verliest.

public:
 event System::Windows::Input::StylusEventHandler ^ LostStylusCapture;
event System.Windows.Input.StylusEventHandler LostStylusCapture;
member this.LostStylusCapture : System.Windows.Input.StylusEventHandler 
Event LostStylusCapture As StylusEventHandler 

Gebeurtenistype

Opmerkingen

Deze interface is niet bedoeld voor openbare implementatie. Zie opmerkingen voor de IInputElement interface voor meer informatie.

Wanneer een element de stylus vastlegt, ontvangt het stylusinvoer, zelfs als de cursor zich buiten de randen bevindt. De stylus wordt doorgaans alleen vastgelegd tijdens slepen en neerzetten.

Van toepassing op

Zie ook