Provides information about the
Row when it is collapsed or expanded.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public sealed class GridRowExpansionEventArgs : EventArgs |
Visual Basic |
---|
Public NotInheritable Class GridRowExpansionEventArgs
Inherits EventArgs |
Visual C++ |
---|
public ref class GridRowExpansionEventArgs sealed : public EventArgs |
F# |
---|
[<SealedAttribute>]
type GridRowExpansionEventArgs =
class
inherit EventArgs
end |
Inheritance Hierarchy
See Also