Client-Side API Reference > FlexSheet > wijmo.grid.sheet > UnknownFunctionEventArgs Class |
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.
Provides a value to use with events that do not have event data.
Gets the parameters' value list of the nuknown function.
Provides arguments for unknown function events.