GridControl.RowAdding event arguments containing information about a currently adding object.

Namespace: Dapfor.Wpf.Controls
Assembly: 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

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    Dapfor.Wpf.Controls..::..GridControlRowAddingEventArgs

See Also