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

In This Topic
    MouseLeftButtonUp Event (DataGridCellPresenter)
    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
     
     
    (Inherited from System.Windows.RoutedEventArgs)
    (Inherited from System.Windows.Input.MouseEventArgs)
    See Also