
ButtonBase.OnClick Method
Raises the Click routed event.
Assembly: PresentationFramework (in PresentationFramework.dll)
The control raises the Click event by calling RaiseEvent. For more information, see Routed Events Overview.
Notes to Inheritors:When overriding OnClick in a derived class, be sure to call the base class’s OnClick method so that registered delegates receive the event.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.