バージョン

ColumnSorting フィールド

ある列に対して並べ替えを呼び出す前に発生するイベント。行の並べ替えをキャンセルするには、false を返します。関数は引数 evt および ui を取得します。ui.owner を使用して、igGridSorting への参照を取得します。ui.owner.grid を使用して、igGrid への参照を取得します。ui.columnKey を使用して、列のキーを取得します。ui.direction を使用して、並べ替えの方向を取得します。
シンタックス
'宣言
 
Public Const ColumnSorting As System.String
public const System.string ColumnSorting
参照

オンラインで表示: GitHub