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