GridRowStylesCollectionOnRemoveComplete Method
Performs additional custom processes after removing a
DataGridRowStyle from the
collection.
Namespace: BeeMobile.DataGridAssembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
protected override void OnRemoveComplete(
int index,
Object value
)
Protected Overrides Sub OnRemoveComplete (
index As Integer,
value As Object
)
Parameters
- index Int32
-
The zero-based index at which value can be found.
- value Object
-
The value of the DataGridRowStyle to remove from index.