MobileForms Toolkit Documentation

GroupsCollection.OnRemoveComplete Method 

Performs additional custom processes after removing an Group from the collection.

protected override void OnRemoveComplete(
int index,
object value
);

Parameters

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

Remarks

OnRemove is invoked before the standard Remove behavior, whereas OnRemoveComplete is invoked after the standard Remove behavior.

See Also

GroupsCollection Class | Resco.Controls.OutlookControls Namespace