GridColumnStylesCollectionOnRemoveComplete Method

Performs additional custom processes after removing a DataGridColumn from the collection.

Definition

Namespace: BeeMobile.DataGrid
Assembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
C#
protected override void OnRemoveComplete(
	int index,
	Object value
)

Parameters

index  Int32
The zero-based index at which value can be found.
value  Object
The value of the DataGridColumn to remove from index.

See Also