This documentation is archived and is not being maintained.
Control.OnPreviewMouseDoubleClick Method
Visual Studio 2010
Raises the PreviewMouseDoubleClick routed event.
Assembly: PresentationFramework (in PresentationFramework.dll)
abstract OnPreviewMouseDoubleClick : e:MouseButtonEventArgs -> unit override OnPreviewMouseDoubleClick : e:MouseButtonEventArgs -> unit
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 InheritorsWhen overriding OnPreviewMouseDoubleClick in a derived class, be sure to call the base class’s OnPreviewMouseDoubleClick method so that registered delegates receive the event.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: