GridControl.RowAdding event arguments containing information about a currently adding object.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
public sealed class GridControlRowAddingEventArgs : EventArgs |
Visual Basic |
---|
Public NotInheritable Class GridControlRowAddingEventArgs Inherits EventArgs |
Visual C++ |
---|
public ref class GridControlRowAddingEventArgs sealed : public EventArgs |
F# |
---|
[<SealedAttribute>] type GridControlRowAddingEventArgs = class inherit EventArgs end |