MindFusion.Wpf Pack Programmer's Guide
DataGrid.RowClicked Event
See Also
 





Raised when a row in the grid is clicked with the mouse.

Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf

 Syntax

C#  Copy Code

public event EventHandler<MouseButtonEventArgs> RowClicked

Visual Basic  Copy Code

Public Event RowClicked As EventHandler(Of MouseButtonEventArgs)

 Event Data

ColumnCreating event handlers receive an argument of type MouseButtonEventArgs.

 See Also

DataGrid Members
DataGrid Class
MindFusion.DataViews.Wpf Namespace