Språk

Stylus.AddLostStylusCaptureHandler Metod

Definition

Lägger till en hanterare för den anslutna LostStylusCapture händelsen.

public:
 static void AddLostStylusCaptureHandler(System::Windows::DependencyObject ^ element, System::Windows::Input::StylusEventHandler ^ handler);
public static void AddLostStylusCaptureHandler(System.Windows.DependencyObject element, System.Windows.Input.StylusEventHandler handler);
static member AddLostStylusCaptureHandler : System.Windows.DependencyObject * System.Windows.Input.StylusEventHandler -> unit
Public Shared Sub AddLostStylusCaptureHandler (element As DependencyObject, handler As StylusEventHandler)

Parametrar

element
DependencyObject

Eller UIElementContentElement som lyssnar på den här händelsen.

handler
StylusEventHandler

Händelsehanteraren som ska läggas till.

Gäller för