GridControl.OnColumnWidthChanged(Int32, Int32) Method

Definition

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

Applies to