LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

OnMouseDoubleClick Method (AnnRectangleEditDesigner)

Show in webframe





The active container
The System.Windows.Input.MouseButtonEventArgs that contains the event data.
AnnRectangleEditDesigner implementation of AnnDesigner.OnMouseDoubleClick.
Syntax
public override void OnMouseDoubleClick( 
   AnnContainer sender,
   MouseButtonEventArgs e
)
'Declaration
 
Public Overrides Sub OnMouseDoubleClick( _
   ByVal sender As AnnContainer, _
   ByVal e As MouseButtonEventArgs _
) 
'Usage
 
Dim instance As AnnRectangleEditDesigner
Dim sender As AnnContainer
Dim e As MouseButtonEventArgs
 
instance.OnMouseDoubleClick(sender, e)

            

            
public:
void OnMouseDoubleClick( 
   AnnContainer^ sender,
   MouseButtonEventArgs^ e
) override 

Parameters

sender
The active container
e
The System.Windows.Input.MouseButtonEventArgs that contains the event data.
Remarks
For more information, refer to AnnDesigner.OnMouseDoubleClick.
Requirements

Target Platforms

See Also

Reference

AnnRectangleEditDesigner Class
AnnRectangleEditDesigner Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.