RegexEditorDialog::cmdOK_Click Method (Object^, EventArgs^)

 

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

Namespace:   System.Web.UI.Design.WebControls
Assembly:  System.Design (in System.Design.dll)

protected:
void cmdOK_Click(
	Object^ sender,
	EventArgs^ e
)

Parameters

sender
Type: System::Object^

The source of the event.

e
Type: System::EventArgs^

An EventArgs object that provides data for the event.

.NET Framework
Available since 1.1
Return to top
Show: