ManipulationStartedRoutedEventArgs.Handled 속성

정의

라우트된 이벤트를 처리됨으로 표시하는 값을 가져오거나 설정합니다. 를 true로 설정하면 이벤트 경로를 따라 대부분의 처리기가 동일한 이벤트를 다시 처리하지 못하게 됩니다.

public:
 property bool Handled { bool get(); void set(bool value); };
bool Handled();

void Handled(bool value);
public bool Handled { get; set; }
var boolean = manipulationStartedRoutedEventArgs.handled;
manipulationStartedRoutedEventArgs.handled = boolean;
Public Property Handled As Boolean

속성 값

Boolean

bool

처리 된 라우트된 이벤트를 표시하려면 true입니다. false 이면 라우트된 이벤트를 처리되지 않은 상태로 두면 이벤트가 잠재적으로 더 라우팅될 수 있습니다. 기본값은 false입니다.

적용 대상

추가 정보