Control.OnPreviewMouseDoubleClick Method
.NET Framework 4.6 and 4.5
Raises the PreviewMouseDoubleClick routed event.
Namespace: System.Windows.Controls
Assembly: PresentationFramework (in PresentationFramework.dll)
The control raises the PreviewMouseDoubleClick event by calling the RaiseEvent method. For more information, see Routed Events Overview.
Notes to InheritorsWhen overriding OnPreviewMouseDoubleClick in a derived class, be sure to call the base class’s OnPreviewMouseDoubleClick method so that registered delegates receive the event.
Show: