FlyoutBaseClosingEventArgs.Cancel 속성

정의

플라이아웃이 닫히지 않도록 해야 하는지 여부를 나타내는 값을 가져오거나 설정합니다.

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

void Cancel(bool value);
public bool Cancel { get; set; }
var boolean = flyoutBaseClosingEventArgs.cancel;
flyoutBaseClosingEventArgs.cancel = boolean;
Public Property Cancel As Boolean

속성 값

Boolean

bool

플라이 아웃이 닫히지 않도록 하려면 true입니다. 그렇지 않으면 false입니다.

설명

Windows 10 버전 1607부터 사용할 수 있습니다.

적용 대상