Version

Search Results

OnSubObjectPropChanged Method (TextEditorControlBase)

Called when a property has changed on a sub object Syntax Parameters propChangeInfo The Infragistics.Shared.PropChangeInfo that contains the property change information.

OnTextChanged Method

Raises the System.Windows.Forms.Control.TextChanged event. Syntax Parameters e An System.EventArgs that contains the event data.

OnTouchProviderRegistrationChanged Method (TextEditorControlBase)

Called when an TouchProvider has been registered or unregistered. Syntax Parameters touchProvider The Infragistics.Win.Touch.ITouchProvider whose registration has changed.touchProviderListVersion The version used to keep track of the touch provider internally.

OnTouchProviderStateChange Method (TextEditorControlBase)

Called when the TouchProviders state hase changed (e.g. when its Visble or Enabled property has changed). Syntax Parameters invalidate If true the control should invalidate itself. Remarks The default implementation calls Infragistics.Win.UIElement.DirtyChildElements(System.Boolean).

OnValidating Method (TextEditorControlBase)

Overriden. Invoked when the controls Validating event is to be invoked. Syntax Parameters e An System.EventArgs that contains the event data.

OnValueChanged(EventArgs) Method

Handles the editors ValueChanged event Syntax Parameters args Event arguments

OnValueChanged Method (TextEditorControlBase)

Handles the editors ValueChanged event Overload List