UIElement.ManipulationStartingEvent 속성

정의

ManipulationStarting 라우트된 이벤트의 식별자를 가져옵니다.

public:
 static property RoutedEvent ^ ManipulationStartingEvent { RoutedEvent ^ get(); };
static RoutedEvent ManipulationStartingEvent();
public static RoutedEvent ManipulationStartingEvent { get; }
var routedEvent = UIElement.manipulationStartingEvent;
Public Shared ReadOnly Property ManipulationStartingEvent As RoutedEvent

속성 값

ManipulationStarting 라우트된 이벤트의 식별자입니다.

적용 대상

추가 정보