ASP.NET Core MVC Controls | ComponentOne
In This Topic
    UnknownFunctionEventArgs Class
    In This Topic
    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
    • funcName: string

      The name of the unknown function.

    • params: any[]

      The parameters' value list of the nuknown function.

    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