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 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.EventArgs- The event data. 
See Also
RoundBackButton Class
Microsoft.WindowsServerSolutions.Common.WizardBase Namespace
Return to top