ListBoxItem::OnMouseRightButtonDown Method (MouseButtonEventArgs^)

 

Called when the user presses the right mouse button over a ListBoxItem.

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

protected:
virtual void OnMouseRightButtonDown(
	MouseButtonEventArgs^ e
) override

Parameters

e
Type: System.Windows.Input::MouseButtonEventArgs^

The event data.

.NET Framework
Available since 3.0
Return to top
Show: