Convenience function for static .NET System.Delegate Combine method
result = Combine(delegateA,delegateB)
result = Combine(delegateA,delegateB) combines two delegates into a new delegate.
result
delegateA
delegateB
.NET System.Delegate object. The first delegate in the new delegate.
System.Delegate
.NET System.Delegate object. The last delegate in the new delegate.
.NET System.Delegate object. A new delegate that delegates to the input delegate delegateA, then delegateB
Use the static Combine method of the System.Delegate class.
Combine
Remove | RemoveAll
Remove
RemoveAll