[]
        
(Showing Draft Content)

UnknownFunctionEventArgs Class

UnknownFunctionEventArgs Class

Provides arguments for unknown function events.

Heirarchy

Constructors

Properties

Constructors

constructor

Properties

funcName

funcName: string

Gets the name of the unknown function.

params

params: any[]

Gets the parameters' value list of the nuknown function.

value

value: string

Gets or sets the result for the unknown funtion.

Static empty

empty: EventArgs

Provides a value to use with events that do not have event data.