Called when the
Column's width is changed.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
protected virtual void OnColumnWidthChanged(
Column column
) |
Visual Basic |
---|
Protected Overridable Sub OnColumnWidthChanged (
column As Column
) |
Visual C++ |
---|
protected:
virtual void OnColumnWidthChanged(
Column^ column
) |
F# |
---|
abstract OnColumnWidthChanged :
column : Column -> unit
override OnColumnWidthChanged :
column : Column -> unit |
Parameters
- column
- Type: Dapfor.Wpf.Controls..::..Column
The column.
See Also