Skip to content

InvokeParameters Enum

How many parameters listeners should use when invoking their events.

C#
public enum InvokeParameters

Invoke with a single parameter.

C#
Single = 1

Invoke with multiple parameters.

C#
Multiple = 2

Invoke with both single and multiple parameters..

C#
Both = 3