다음을 통해 공유


InfoBarClosingEventArgs.Cancel 속성

정의

InfoBar에서 Closing 이벤트를 취소해야 하는지 여부를 나타내는 값을 가져오거나 설정합니다.

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

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

속성 값

Boolean

bool

적용 대상