Performs additional custom processes after inserting a new element into the collection.
This method allows implementers to define processes that must be performed after inserting the element into the underlying ArrayList. By defining this method, implementers can add functionality to inherited methods without having to override all other methods.
OnInsert is invoked before the standard Insert behavior, whereas OnInsertComplete is invoked after the standard Insert behavior.
GroupsCollection Class | Resco.Controls.OutlookControls Namespace