Search Results for

    Show / Hide Table of Contents

    Class RequestScriptParameterEventArgs

    Argument containing information about dynamic parameters in grid based method calling

    Inheritance
    System.Object
    System.EventArgs
    RequestScriptParameterEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Framework.DBUI
    Assembly: Simplic.Framework.DBUI.dll
    Syntax
    public class RequestScriptParameterEventArgs : EventArgs

    Properties

    | Improve this Doc View Source

    AdditionalParameter

    List of parameter which will be passed to a scripting method

    Declaration
    public object[] AdditionalParameter { get; set; }
    Property Value
    Type Description
    System.Object[]
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx