PreviewInvokeEventArgs.Cancelling 屬性

命名空間: System.Windows.Interactivity
組件: System.Windows.Interactivity (在 system.windows.interactivity.dll 中)

語法

'宣告
Public Property Cancelling As Boolean
'用途
Dim instance As PreviewInvokeEventArgs
Dim value As Boolean

value = instance.Cancelling

instance.Cancelling = value
public bool Cancelling { get; set; }
public:
property bool Cancelling {
    bool get ();
    void set (bool value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public boolean get_Cancelling ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_Cancelling (boolean value)
CompilerGeneratedAttribute 
public function get Cancelling () : boolean

CompilerGeneratedAttribute 
public function set Cancelling (value : boolean)

執行緒安全性

此型別的所有公用靜態 (Visual Basic 中為 Shared ) 成員均為安全執行緒。任何例項成員則不保證為安全執行緒。

另請參閱

參照

PreviewInvokeEventArgs 類別
PreviewInvokeEventArgs 成員
System.Windows.Interactivity 命名空間