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