DataGate Print File Designer® - Build 8.0.355 and above

BaseField.OnBackColorChanged Method

Raises the BackColorChanged event.

control.OnBackColorChanged(System.EventArgs)

Parameters

A System.EventArgs that contains the event data.

Remarks

OnBackColorChanged overrides the Control.OnBackColorChanged method.  The BackColorChanged event occurs when the value of the BackColor property changes.

Note to Inheritors  When overriding this method, be sure to call the base class's OnBackColorChanged method so that registered delegates receive the event.

See Also

BaseField ClassBaseField Class Members | Control.OnBackColorChanged Method | Control.BackColorChanged Event | Control.BackColor Property | System.EventArgs Class