Spread Silverlight Documentation
OnMouseLeftButtonUp Method (RangeGroupButtonPresenter)


The event data.
Provides class handling for the System.Windows.UIElement.MouseLeftButtonUp routed event that occurs when the left mouse button is released while the mouse pointer is over this control.
Syntax
'Declaration
 
Protected Overrides Sub OnMouseLeftButtonUp( _
   ByVal e As System.Windows.Input.MouseButtonEventArgs _
) 
'Usage
 
Dim instance As RangeGroupButtonPresenter
Dim e As System.Windows.Input.MouseButtonEventArgs
 
instance.OnMouseLeftButtonUp(e)
protected override void OnMouseLeftButtonUp( 
   System.Windows.Input.MouseButtonEventArgs e
)

Parameters

e
The event data.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

RangeGroupButtonPresenter Class
RangeGroupButtonPresenter Members

 

 


Copyright © GrapeCity, inc. All rights reserved.