InvokeParameters Enum
Definition
Section titled “Definition”How many parameters listeners should use when invoking their events.
public enum InvokeParametersFields
Section titled “Fields”Single
Section titled “Single”Invoke with a single parameter.
Single = 1Multiple
Section titled “Multiple”Invoke with multiple parameters.
Multiple = 2Invoke with both single and multiple parameters..
Both = 3