Click or drag to resize

DoubleClickPanelOnPreviewMouseDoubleClick Method

Raises the PreviewMouseDoubleClickEvent event.

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

Parameters

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