IPropertySymbol.IsWithEvents Property

Definition

Returns true if this property is an auto-created WithEvents property that takes place of a field member when the field is marked as WithEvents.

public:
 property bool IsWithEvents { bool get(); };
public bool IsWithEvents { get; }
member this.IsWithEvents : bool
Public ReadOnly Property IsWithEvents As Boolean

Property Value

Applies to