This documentation is archived and is not being maintained.

RegexEditorDialog.RegexTypeEditor_Activated Method

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

[Visual Basic]
Protected Sub RegexTypeEditor_Activated( _
   ByVal sender As Object, _
   ByVal e As EventArgs _
)
[C#]
protected void RegexTypeEditor_Activated(
 object sender,
 EventArgs e
);
[C++]
protected: void RegexTypeEditor_Activated(
 Object* sender,
 EventArgs* e
);
[JScript]
protected function RegexTypeEditor_Activated(
   sender : Object,
 e : EventArgs
);

See Also

RegexEditorDialog Class | RegexEditorDialog Members | System.Web.UI.Design.WebControls Namespace

Show: