Partager via


PropertyForm.OnOKButtonClicked Method (EventArgs)

 

Raises the event that occurs when the OK button is clicked.

Namespace:   Microsoft.WindowsServerSolutions.Properties
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

protected virtual void OnOKButtonClicked(
    EventArgs e
)
protected:
virtual void OnOKButtonClicked(
    EventArgs^ e
)
Protected Overridable Sub OnOKButtonClicked (
    e As EventArgs
)

Parameters

See Also

PropertyForm Class
Microsoft.WindowsServerSolutions.Properties Namespace

Return to top