GridTableStylesCollectionOnInsertComplete Method

Performs additional custom processes after inserting a new DataGridTableStyle into the collection.

Definition

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

Parameters

index  Int32
The zero-based index at which to insert value.
value  Object
The new value of the element at index.

See Also