Raised when a new grid row is created in one of the underlying data grids.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public event EventHandler<GridRowEventArgs> GridRowCreated |
Visual Basic
Copy Code
|
|---|
Public Event GridRowCreated As EventHandler(Of GridRowEventArgs) |
See Also