LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.31
MouseDoubleClick Event
See Also 
Leadtools.Windows.Annotations Namespace > AnnContainer Class : MouseDoubleClick Event



Occurs when the user double clicks on this container in automation mode Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Event MouseDoubleClick As MouseButtonEventHandler
Visual Basic (Usage)Copy Code
Dim instance As AnnContainer
Dim handler As MouseButtonEventHandler
 
AddHandler instance.MouseDoubleClick, handler
C# 
public event MouseButtonEventHandler MouseDoubleClick
C++/CLI 
public:
event MouseButtonEventHandler^ MouseDoubleClick

Event Data

The event handler receives an argument of type MouseButtonEventArgs containing data related to this event. The following MouseButtonEventArgs properties provide information specific to this event.

PropertyDescription
ButtonState  
ChangedButton  
ClickCount  
Device (Inherited from System.Windows.Input.InputEventArgs) 
Handled (Inherited from System.Windows.RoutedEventArgs) 
LeftButton (Inherited from System.Windows.Input.MouseEventArgs) 
MiddleButton (Inherited from System.Windows.Input.MouseEventArgs) 
MouseDevice (Inherited from System.Windows.Input.MouseEventArgs) 
OriginalSource (Inherited from System.Windows.RoutedEventArgs) 
RightButton (Inherited from System.Windows.Input.MouseEventArgs) 
RoutedEvent (Inherited from System.Windows.RoutedEventArgs) 
Source (Inherited from System.Windows.RoutedEventArgs) 
StylusDevice (Inherited from System.Windows.Input.MouseEventArgs) 
Timestamp (Inherited from System.Windows.Input.InputEventArgs) 
XButton1 (Inherited from System.Windows.Input.MouseEventArgs) 
XButton2 (Inherited from System.Windows.Input.MouseEventArgs) 

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also

MouseDoubleClick requires a Document/Medical product license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features and Unlocking Special LEAD Features.