次の方法で共有


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 名前空間