IAction.Invoke(Int32) Method

Definition

Executes the action associated with a specific index.

public void Invoke (int i);
abstract member Invoke : int -> unit
Public Sub Invoke (i As Integer)

Parameters

i
Int32

The current index for the action to execute.

Applies to