IJSEvent Methods

The methods of the IJSEvent class are listed here.

Interface

IJSEvent Interface

Public Methods

 

Name

Description

AddArgument

Adds an argument to the Arguments collection.

ArgumentAsNull

Sets the value of an argument to null.

ArgumentAsString

Sets the value of an argument with a string data type.

ArgumentAsInt

Sets the value of an argument with a integer data type.

ArgumentAsBool

Sets the value of an argument with a boolean data type.

ArgumentAsFloat

Sets the value of an argument with a float data type.

ArgumentAsJSON

Sets the value of an argument with a JSON formatted string.

Fire

Fires the event.