VCCodeEvent.IsShared Property

Definition

IsShared is true if the event was declared with the static keyword.

public:
 property bool IsShared { bool get(); void set(bool value); };
public:
 property bool IsShared { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(584)]
public bool IsShared { [System.Runtime.InteropServices.DispId(584)] get; [System.Runtime.InteropServices.DispId(584)] set; }
[<System.Runtime.InteropServices.DispId(584)>]
[<get: System.Runtime.InteropServices.DispId(584)>]
[<set: System.Runtime.InteropServices.DispId(584)>]
member this.IsShared : bool with get, set
Public Property IsShared As Boolean

Property Value

true if the event was declared with the static keyword; otherwise, false.

Attributes

Applies to