ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridCellPresenter Class / MouseLeftButtonUp Event

In This Topic
    MouseLeftButtonUp Event
    In This Topic
    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 Event MouseLeftButtonUp As MouseButtonEventHandler
    public event MouseButtonEventHandler MouseLeftButtonUp
    Event Data

    The event handler receives an argument of type 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