IAction.Invoke(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.