VariableClass.RaiseChangedEvent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.