Control.OnPreviewMouseDoubleClick Method (MouseButtonEventArgs)
.NET Framework (current version)
Raises the PreviewMouseDoubleClick routed event.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- e
-
Type:
System.Windows.Input.MouseButtonEventArgs
The event data.
The control raises the PreviewMouseDoubleClick event by calling the RaiseEvent method. For more information, see Routed Events Overview.
Notes to Inheritors:
When overriding OnPreviewMouseDoubleClick in a derived class, be sure to call the base class’s OnPreviewMouseDoubleClick method so that registered delegates receive the event.
.NET Framework
Available since 3.0
Available since 3.0
Show: