Search
ActivityChart.GridRowCreated Event
See Also
 





Raised when a new grid row is created in one of the underlying data grids.

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

 Syntax

C#  Copy Code

public event EventHandler<GridRowEventArgs> GridRowCreated

Visual Basic  Copy Code

Public Event GridRowCreated As EventHandler(Of GridRowEventArgs)

 See Also