ButtonBase.OnClick Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Raises the Click event.

Namespace:  System.Windows.Controls.Primitives
Assembly:  System.Windows (in System.Windows.dll)

Syntax

Protected Overridable Sub OnClick
protected virtual void OnClick()

Remarks

Notes to Inheritors

When overriding OnClick in a derived class, make sure to call the base class’s OnClick method so that registered delegates receive the event.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

ButtonBase Class

System.Windows.Controls.Primitives Namespace

Button