Click or drag to resize

DoubleClickPanelOnMouseDoubleClick Method

Raises the MouseDoubleClickEvent event.

Namespace:  TomsToolbox.Wpf
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
protected virtual void OnMouseDoubleClick(
	MouseButtonEventArgs e
)

Parameters

e
Type: System.Windows.InputMouseButtonEventArgs
The MouseButtonEventArgs instance containing the event data.
See Also