Fired after the control exits edit mode. Syntax
Returns or sets the Infragistics.Win.AppearanceBase object that controls the objectss formatting Syntax Remarks The Appearance property of an object is used to associate the object with an Appearance object that will determine its appearance. The Appearance object has properties that control settings such as color...
Syntax Event Data The event handler receives an argument of type Infragistics.Win.UltraWinEditors.BeforeCheckStateChangedEventArgs containing data related to this event. The following BeforeCheckStateChangedEventArgs properties provide information specific to this event.Property Description Button (Inherited from ...
Syntax Event Data The event handler receives an argument of type Infragistics.Win.UltraWinEditors.BeforeEditorButtonDropDownEventArgs containing data related to this event. The following BeforeEditorButtonDropDownEventArgs properties provide information specific to this event.Property Description Button (Inherited...
Returns the event handler that notifies BeforeEnterEditMode Syntax
Fired before the control enters edit mode. Syntax Event Data The event handler receives an argument of type CancelEventArgs containing data related to this event. The following CancelEventArgs properties provide information specific to this event.Property Description Cancel Example This sample listens to the Befor...
Returns the event handler that notifies BeforeExitEditMode Syntax