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

Constructor

constructor

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

Initializes a new instance of the UnknownFunctionEventArgs class.

Parameters
Returns
UnknownFunctionEventArgs

Properties

Static empty

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

Inherited From
EventArgs
Type
EventArgs

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

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback