←Select platform

OnMouseMove Method

Summary

AnnControlDrawDesigner implementation of AnnDesigner.OnMouseMove.

Syntax

C#
VB
C++
public override void OnMouseMove( 
   AnnContainer sender, 
   MouseEventArgs e 
) 
  
Public Overrides Sub OnMouseMove( _ 
   ByVal sender As Leadtools.Windows.Annotations.AnnContainer, _ 
   ByVal e As MouseEventArgs _ 
)  
public: 
void OnMouseMove(  
   Leadtools.Windows.Annotations.AnnContainer^ sender, 
   MouseEventArgs^ e 
) override  

Parameters

sender
The active container.

e
The System.Windows.Input.MouseEventArgs that contains the event data.

Remarks

For more information, refer to AnnDesigner.OnMouseMove.

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