RegexEditorDialog.RegexTypeEditor_Activated(Object, EventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
Applies to
See also
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.