Delegate ConditionalEventBase<TEvent, TArgs>.ConditionFunction
Delegate for the handler condition
public delegate bool ConditionalEventBase<TEvent, TArgs>.ConditionFunction(object sender, TArgs args)
Parameters
senderobjectSender
argsTArgsEvent arguments
Returns
- bool
- Delegate for the handler condition
- Extension Methods
Constructors
ConditionFunction(object, nint)
public ConditionFunction(object @object, nint method)
Parameters
objectobjectmethodnint
Methods
BeginInvoke(object, TArgs, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(object sender, TArgs args, AsyncCallback callback, object @object)
Parameters
senderobjectargsTArgscallbackAsyncCallbackobjectobject
Returns
- IAsyncResult
EndInvoke(IAsyncResult)
public virtual bool EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Returns
- bool
Invoke(object, TArgs)
public virtual bool Invoke(object sender, TArgs args)
Parameters
senderobjectargsTArgs
Returns
- bool