Search
GridRow.Clicked Event
See Also
 





Occurs when the user clicks on this row with the mouse.

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

 Syntax

C#  Copy Code

public event MouseButtonEventHandler Clicked

Visual Basic  Copy Code

Public Event Clicked As MouseButtonEventHandler

 Event Data

Clicked event handlers receive an argument of type MouseButtonEventArgs.

 See Also