FZ Customize Control Library Document |
|
ControlBase.StopChangeEvent Property
Temporarily disables ValueChange type events.
public bool StopChangeEvent {get; set;}
Property Value
The event disabling flag
Remarks
This property is used when event triggers are not desired, e.g. during initialization.
This property is set to true from the generation of control until the complete loading of the parent form.
true: Events are disabled
false: Events are enabled
See Also
ControlBase Class | FZ_CustomControl Namespace