Version

Search Results

OnEditorCreated Method (UltraNumericEditorBase)

Invoked when the controls editor has been created. Syntax Parameters editor Editor created for the controlcontrolEditor True if the editor is that used by the control. False if it is the editor provided to controls requesting the editor via the IProvidesEmbeddableEditor interface.

OnEnabledChanged Method (UltraNumericEditorBase)

Called after the control is enabled/disabled Syntax Parameters e An System.EventArgs that contains the event data.

OnEnter Method (UltraNumericEditorBase)

Called after the control receives focus Syntax Parameters e The event args.