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

适用于