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

OnMouseRightButtonDown Method (AnnDesigner)

Show in webframe





The active container
An System.Windows.Input.MouseButtonEventArgs that contains the event data.
Handles mouse mouse right button down events on the designer.
Syntax
public virtual void OnMouseRightButtonDown( 
   AnnContainer sender,
   MouseButtonEventArgs e
)
'Declaration
 
Public Overridable Sub OnMouseRightButtonDown( _
   ByVal sender As AnnContainer, _
   ByVal e As MouseButtonEventArgs _
) 
'Usage
 
Dim instance As AnnDesigner
Dim sender As AnnContainer
Dim e As MouseButtonEventArgs
 
instance.OnMouseRightButtonDown(sender, e)

            

            
public:
virtual void OnMouseRightButtonDown( 
   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 right button down 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

See Also

Reference

AnnDesigner Class
AnnDesigner Members

 

 


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