Universal Windows Service Class Library

EventArrayList.OnAddEvent Method 

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

protected void OnAddEvent(
   ArrayListEventArgs e
);

Parameters

e
Specified arguments used by callback function.

Remarks

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

See Also

EventArrayList Class | uws.Utilities Namespace | AddEvent | ArrayListAddEventHandler