ManipulationStartedEventArgs.Cancel 메서드

정의

조작을 취소합니다.

public:
 bool Cancel();
public bool Cancel ();
member this.Cancel : unit -> bool
Public Function Cancel () As Boolean

반환

조작이 성공한 경우 true이고, 그렇지 않으면 false입니다.

설명

메서드가 성공 하면 기본 TouchDevice 마우스 누름 이벤트로 보냅니다 이전 터치 이벤트와 향후 조작 이벤트가 발생 하지 않습니다.

적용 대상