Delegate ConditionalEventBase<TEvent, TArgs>.ConditionFunction
Delegate for the handler condition
public delegate bool ConditionalEventBase<TEvent, TArgs>.ConditionFunction(object sender, TArgs args)
Parameters
sender
objectSender
args
TArgsEvent arguments
Returns
- bool
- Delegate for the handler condition
- Extension Methods
Constructors
ConditionFunction(object, nint)
public ConditionFunction(object @object, nint method)
Parameters
object
objectmethod
nint
Methods
BeginInvoke(object, TArgs, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(object sender, TArgs args, AsyncCallback callback, object @object)
Parameters
sender
objectargs
TArgscallback
AsyncCallbackobject
object
Returns
- IAsyncResult
EndInvoke(IAsyncResult)
public virtual bool EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Returns
- bool
Invoke(object, TArgs)
public virtual bool Invoke(object sender, TArgs args)
Parameters
sender
objectargs
TArgs
Returns
- bool