LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)
LEAD Technologies, Inc

OnMouseDoubleClick Method (AnnPolylineDrawDesigner)






The active container
An System.Windows.Input.MouseButtonEventArgs that contains the event data.
AnnDrawDesigner implementation of AnnDesigner.OnMouseDoubleClick. .NET support Silverlight support
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 AnnPolylineDrawDesigner
Dim sender As AnnContainer
Dim e As MouseButtonEventArgs
 
instance.OnMouseDoubleClick(sender, e)
public override void OnMouseDoubleClick( 
   AnnContainer sender,
   MouseButtonEventArgs e
)
 function Leadtools.Windows.Annotations.AnnPolylineDrawDesigner.OnMouseDoubleClick( 
   sender ,
   e 
)
public:
void OnMouseDoubleClick( 
   AnnContainer^ sender,
   MouseButtonEventArgs^ e
) override 

Parameters

sender
The active container
e
An System.Windows.Input.MouseButtonEventArgs that contains the event data.
Remarks

Derived classes should override this method in order to process mouse double-click events on the container. The designer should return true in e.Handled member if it handled this event in any way.

Requirements

Target Platforms: 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

See Also

Reference

AnnPolylineDrawDesigner Class
AnnPolylineDrawDesigner Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.