ComponentOne DataGrid for WPF and Silverlight
MouseLeftButtonUp Event (DataGridCellPresenter)

C1.WPF.DataGrid Namespace > DataGridCellPresenter Class : MouseLeftButtonUp Event
Occurs when the left mouse button is released (or the tip of the stylus is removed from the tablet) while the mouse (or the stylus) is over a System.Windows.UIElement (or while a System.Windows.UIElement holds mouse capture).
Syntax
'Declaration
 
Public Shadows Event MouseLeftButtonUp As System.Windows.Input.MouseButtonEventHandler
public new event System.Windows.Input.MouseButtonEventHandler MouseLeftButtonUp
Event Data

The event handler receives an argument of type System.Windows.Input.MouseButtonEventArgs containing data related to this event. The following MouseButtonEventArgs properties provide information specific to this event.

PropertyDescription
Gets the state of the button associated with the event.  
Gets the button associated with the event.  
Gets the number of times the button was clicked.  
(Inherited from System.Windows.Input.InputEventArgs)
(Inherited from System.Windows.RoutedEventArgs)
(Inherited from System.Windows.Input.MouseEventArgs)
(Inherited from System.Windows.Input.MouseEventArgs)
(Inherited from System.Windows.Input.MouseEventArgs)
(Inherited from System.Windows.RoutedEventArgs)
(Inherited from System.Windows.Input.MouseEventArgs)
(Inherited from System.Windows.RoutedEventArgs)
(Inherited from System.Windows.RoutedEventArgs)
(Inherited from System.Windows.Input.MouseEventArgs)
(Inherited from System.Windows.Input.InputEventArgs)
(Inherited from System.Windows.Input.MouseEventArgs)
(Inherited from System.Windows.Input.MouseEventArgs)
See Also