AsyncEvent<TEventArgs>.OnInvocationListChanged(Boolean) Method

Definition

Invoked when changes to the Invocation List are added or removed

protected:
 virtual void OnInvocationListChanged(bool isAdding);
protected:
 virtual void OnInvocationListChanged(bool isAdding);
 virtual void OnInvocationListChanged(bool isAdding);
protected virtual void OnInvocationListChanged (bool isAdding);
abstract member OnInvocationListChanged : bool -> unit
override this.OnInvocationListChanged : bool -> unit
Protected Overridable Sub OnInvocationListChanged (isAdding As Boolean)

Parameters

isAdding
Boolean

If a new item was added otherwise remove

Applies to