TriggerAction<T>.Invoke Method

Definition

Overloads

Invoke(Object)

Application developers override this method to provide the action that is performed when the trigger condition is met.

Invoke(T)

Application developers override this method to provide the action that is performed when the trigger condition is met.

Invoke(Object)

Application developers override this method to provide the action that is performed when the trigger condition is met.

protected override void Invoke (object sender);
override this.Invoke : obj -> unit

Parameters

sender
Object

The object on which to invoke the trigger action.

Applies to

Invoke(T)

Application developers override this method to provide the action that is performed when the trigger condition is met.

protected abstract void Invoke (T sender);
override this.Invoke : 'T -> unit

Parameters

sender
T

The object on which to invoke the trigger action.

Applies to