Method InvokeWhileFalse
InvokeWhileFalse(MulticastDelegate, params object[])
Invokes all delegates in the invocation list, as long as the previously invoked delegate returns false.
public static bool InvokeWhileFalse(this MulticastDelegate md, params object[] args)
Parameters
md
MulticastDelegateargs
object[]