RegexEditorDialog.cmdTestValidate_Click Method
.NET Framework 3.0
Represents the method that will handle the TestValidate event of the dialog box.
Namespace: System.Web.UI.Design.WebControls
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
protected void cmdTestValidate_Click ( Object sender, EventArgs args )
protected function cmdTestValidate_Click ( sender : Object, args : EventArgs )
Not applicable.
Parameters
- sender
The source of the event.
- args
An EventArgs object that provides data for the event.
Community Additions
ADD
Show: