LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
OnMouseLeftButtonUp Method
See Also 
Leadtools.Windows.Controls Namespace > ImagePanViewer Class : OnMouseLeftButtonUp Method



e
The System.Windows.Input.MouseButtonEventArgs that contains the event data.
e
The System.Windows.Input.MouseButtonEventArgs that contains the event data.
Overrides System.Windows.UIElement.OnMouseLeftButtonUp(System.Windows.Input.MouseButtonEventArgs)Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Overrides Protected Sub OnMouseLeftButtonUp( _
   ByVal e As MouseButtonEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As ImagePanViewer
Dim e As MouseButtonEventArgs
 
instance.OnMouseLeftButtonUp(e)
C# 
protected override void OnMouseLeftButtonUp( 
   MouseButtonEventArgs e
)
C++/CLI 
protected:
void OnMouseLeftButtonUp( 
   MouseButtonEventArgs^ e
) override 

Parameters

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

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also