ButtonBase.ClickEvent Field

Definition

Identifies the Click routed event.

public: static initonly System::Windows::RoutedEvent ^ ClickEvent;
public static readonly System.Windows.RoutedEvent ClickEvent;
 staticval mutable ClickEvent : System.Windows.RoutedEvent
Public Shared ReadOnly ClickEvent As RoutedEvent 

Field Value

Remarks

This event corresponds to a left mouse button click.

Applies to