operator-=()

MulticastDelegate< ReturnType(ArgumentTypes…)>::operator-=(Callback) method

Removes the specified delegate from the delegate collection.

MulticastDelegate & System::MulticastDelegate<ReturnType(ArgumentTypes...)>::operator-=(Callback callback)

Arguments

ParameterTypeDescription
callbackCallbackThe delegate to remove from the collection

Return Value

A reference to the self

See Also