Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raises the event that occurs when the Apply button is clicked.
Namespace: Microsoft.WindowsServerSolutions.Properties
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
protected virtual void OnApplyButtonClicked(
EventArgs e
)
protected:
virtual void OnApplyButtonClicked(
EventArgs^ e
)
Protected Overridable Sub OnApplyButtonClicked (
e As EventArgs
)
Parameters
e
Type: System.EventArgsThe event data.
See Also
PropertyForm Class
Microsoft.WindowsServerSolutions.Properties Namespace
Return to top