VariableClass.RaiseChangedEvent Property

Definition

Gets or sets a value that indicates whether the variable class has been flagged to raise the OnVariableValueChanged event.

public:
 virtual property bool RaiseChangedEvent { bool get(); void set(bool value); };
public virtual bool RaiseChangedEvent { get; set; }
member this.RaiseChangedEvent : bool with get, set
Public Overridable Property RaiseChangedEvent As Boolean

Property Value

True if a change to the variable value is to raise an OnVariableValueChanged event.

Implements

Applies to