GridControl.RowUpdated event arguments containing information about a Row and a IDataField that have been updated.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
public sealed class GridControlRowUpdateEventArgs : EventArgs |
Visual Basic |
---|
Public NotInheritable Class GridControlRowUpdateEventArgs Inherits EventArgs |
Visual C++ |
---|
public ref class GridControlRowUpdateEventArgs sealed : public EventArgs |
F# |
---|
[<SealedAttribute>] type GridControlRowUpdateEventArgs = class inherit EventArgs end |