Stylus.RemoveStylusOutOfRangeHandler 메서드
.NET Framework 3.0
Removes a handler for the StylusOutOfRange event.
네임스페이스: System.Windows.Input
어셈블리: PresentationCore(presentationcore.dll)
어셈블리: PresentationCore(presentationcore.dll)
public static void RemoveStylusOutOfRangeHandler ( DependencyObject element, StylusEventHandler handler )
public static void RemoveStylusOutOfRangeHandler ( DependencyObject element, StylusEventHandler handler )
public static function RemoveStylusOutOfRangeHandler ( element : DependencyObject, handler : StylusEventHandler )
XAML에서 메서드를 사용할 수 없습니다.
매개 변수
- element
The UIElement or ContentElement that listens to this event.
- handler
The event handler to remove.