Spread Silverlight Documentation
OnMouseLeftButtonDown Method (FilterButton)


The event data.
Provides class handling for the System.Windows.UIElement.MouseLeftButtonDown routed event that occurs when the left mouse button is pressed while the mouse pointer is over this control.
Syntax
'Declaration
 
Protected Overrides Sub OnMouseLeftButtonDown( _
   ByVal e As System.Windows.Input.MouseButtonEventArgs _
) 
'Usage
 
Dim instance As FilterButton
Dim e As System.Windows.Input.MouseButtonEventArgs
 
instance.OnMouseLeftButtonDown(e)
protected override void OnMouseLeftButtonDown( 
   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

FilterButton Class
FilterButton Members

 

 


Copyright © GrapeCity, inc. All rights reserved.