RoundBackButton.OnClick Method (EventArgs)
Raises the Control.Click event.
Namespace: Microsoft.WindowsServerSolutions.Common.WizardBase
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
protected override void OnClick(
EventArgs e
)
protected:
virtual void OnClick(
EventArgs^ e
) override
Protected Overrides Sub OnClick (
e As EventArgs
)
Parameters
e
Type: System.EventArgsThe event data.
See Also
RoundBackButton Class
Microsoft.WindowsServerSolutions.Common.WizardBase Namespace
Return to top