ComponentOne ASP.NET MVC Controls
UnknownFunctionEventArgs Class
File
wijmo.grid.sheet.js
Module
wijmo.grid.sheet
Base Class
EventArgs

Provides arguments for unknown function events.

Constructor

Properties

Events

Constructor

constructor

constructor(funcName: string, params: any[]): UnknownFunctionEventArgs

Initializes a new instance of the UnknownFunctionEventArgs class.

Parameters
Returns
UnknownFunctionEventArgs

Properties

funcName

Gets the name of the unknown function.

Type
string

params

Gets the parameters' value list of the nuknown function.

Type
any[]

value

Gets or sets the result for the unknown funtion.

Type
string

Events

 

Static empty

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

Inherited From
EventArgs
Arguments
EventArgs