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