←Select platform

OnMouseDoubleClick Method

Summary

Handles mouse double-click events on the designer.

Syntax

C#
VB
C++
public virtual void OnMouseDoubleClick( 
   AnnContainer sender, 
   MouseButtonEventArgs e 
) 
  
Public Overridable Sub OnMouseDoubleClick( _ 
   ByVal sender As Leadtools.Windows.Annotations.AnnContainer, _ 
   ByVal e As MouseButtonEventArgs _ 
)  
public: 
virtual void OnMouseDoubleClick(  
   Leadtools.Windows.Annotations.AnnContainer^ sender, 
   MouseButtonEventArgs^ e 
)  

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.

Example

For C#/VB examples, refer to AnnDesigner.

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