GridControl.OnColumnWidthChanged(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected:
virtual void OnColumnWidthChanged(int nColIndex, int nNewColWidth);
protected virtual void OnColumnWidthChanged (int nColIndex, int nNewColWidth);
abstract member OnColumnWidthChanged : int * int -> unit
override this.OnColumnWidthChanged : int * int -> unit
Protected Overridable Sub OnColumnWidthChanged (nColIndex As Integer, nNewColWidth As Integer)
Parameters
- nColIndex
- Int32
- nNewColWidth
- Int32