Stylus.AddLostStylusCaptureHandler 메서드

정의

LostStylusCapture 연결된 이벤트에 대한 처리기를 추가합니다.

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)

매개 변수

element
DependencyObject

이 이벤트를 수신 대기하는 UIElement 또는 ContentElement입니다.

handler
StylusEventHandler

추가할 이벤트 처리기입니다.

적용 대상