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