RegexEditorDialog.RegexTypeEditor_Activated(Object, EventArgs) Method

Definition

Represents the method that will handle the Activated event of dialog box.

protected:
 void RegexTypeEditor_Activated(System::Object ^ sender, EventArgs ^ e);
protected void RegexTypeEditor_Activated (object sender, EventArgs e);
member this.RegexTypeEditor_Activated : obj * EventArgs -> unit
Protected Sub RegexTypeEditor_Activated (sender As Object, e As EventArgs)

Parameters

sender
Object

The source of the event.

e
EventArgs

An EventArgs object that provides data for the event.

Applies to

See also