Occurs when a new data object was added to GridControl.

Namespace: Dapfor.Wpf.Controls
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

C#
public event EventHandler<GridControlRowEventArgs> RowAdded
Visual Basic
Public Event RowAdded As EventHandler(Of GridControlRowEventArgs)
Visual C++
public:
 event EventHandler<GridControlRowEventArgs^>^ RowAdded {
	void add (EventHandler<GridControlRowEventArgs^>^ value);
	void remove (EventHandler<GridControlRowEventArgs^>^ value);
}
F#
member RowAdded : IEvent<EventHandler<GridControlRowEventArgs>,
    GridControlRowEventArgs>

Value

Type: System..::..EventHandler<(Of <(<'GridControlRowEventArgs>)>)>

See Also