Universal Windows Service Class Library

EventArrayList.OnRemoveEvent Method 

Function will be called when the remove event should be fired.

protected void OnRemoveEvent(
   ArrayListEventArgs e
);

Parameters

e
Specified arguments used by callback function.

Remarks

This function fires the remove event and calls all callback functions which are added to remove event.

See Also

EventArrayList Class | uws.Utilities Namespace | RemoveEvent | ArrayListRemoveEventHandler