Occurs when a Row is removing.

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> RowRemoving
Visual Basic
Public Event RowRemoving As EventHandler(Of GridControlRowEventArgs)
Visual C++
public:
 event EventHandler<GridControlRowEventArgs^>^ RowRemoving {
	void add (EventHandler<GridControlRowEventArgs^>^ value);
	void remove (EventHandler<GridControlRowEventArgs^>^ value);
}
F#
member RowRemoving : IEvent<EventHandler<GridControlRowEventArgs>,
    GridControlRowEventArgs>

Value

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

See Also