constructor(funcName: string, params: any[]): UnknownFunctionEventArgs
Initializes a new instance of the UnknownFunctionEventArgs class.
The name of the unknown function.
The parameters' value list of the nuknown function.
Gets the parameters' value list of the nuknown function.
Provides arguments for unknown function events.