RibbonGalleryItem.OnMouseLeftButtonDown(MouseButtonEventArgs) Method

Definition

Provides class handling for the MouseLeftButtonDown routed event.

protected:
 override void OnMouseLeftButtonDown(System::Windows::Input::MouseButtonEventArgs ^ e);
protected override void OnMouseLeftButtonDown (System.Windows.Input.MouseButtonEventArgs e);
override this.OnMouseLeftButtonDown : System.Windows.Input.MouseButtonEventArgs -> unit
Protected Overrides Sub OnMouseLeftButtonDown (e As MouseButtonEventArgs)

Parameters

e
MouseButtonEventArgs

The event data.

Remarks

This method sets the IsHighlighted property to true. If the mouse button is pressed, it also sets the IsPressed property to true.

This implementation marks the MouseLeftButtonDown event as handled by setting the Handled property of the event data to true.

Applies to