←Select platform

OnMouseDoubleClick Method

Syntax

C#
VB
C++
public override void OnMouseDoubleClick( 
   AnnContainer sender, 
   MouseButtonEventArgs e 
) 
  
Public Overrides Sub OnMouseDoubleClick( _ 
   ByVal sender As Leadtools.Windows.Annotations.AnnContainer, _ 
   ByVal e As MouseButtonEventArgs _ 
)  
public: 
void OnMouseDoubleClick(  
   Leadtools.Windows.Annotations.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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Annotations Assembly