IInputElement.LostStylusCapture Evento
Definizione
Si verifica quando l'elemento non rileva più lo stilo.Occurs when this element loses stylus capture.
public:
event System::Windows::Input::StylusEventHandler ^ LostStylusCapture;
event System.Windows.Input.StylusEventHandler LostStylusCapture;
member this.LostStylusCapture : System.Windows.Input.StylusEventHandler
Event LostStylusCapture As StylusEventHandler
Tipo evento
Commenti
Questa interfaccia non è destinata all'implementazione pubblica.This interface is not intended for public implementation. Per ulteriori informazioni, vedere la sezione Osservazioni per l' IInputElement interfaccia.For more information, see remarks for the IInputElement interface.
Quando un elemento acquisisce lo stilo, riceve l'input dello stilo anche se il cursore si trova all'esterno dei bordi.When an element captures the stylus, it receives stylus input even if the cursor is outside its borders. Lo stilo viene in genere acquisito solo durante le operazioni di trascinamento della selezione.The stylus is typically captured only during drag-and-drop operations.