Search
ActivityChart.OnGridRowCreated Method
See Also
 





Raises the GridRowCreated event.

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

 Syntax

C#  Copy Code

protected virtual void OnGridRowCreated (
    GridRowEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnGridRowCreated( _
    e As GridRowEventArgs _
)

 Parameters

e

An object, containing the event data.

 See Also