Class RequestScriptParameterEventArgs
Argument containing information about dynamic parameters in grid based method calling
Inheritance
System.Object
    RequestScriptParameterEventArgs
  Namespace: Simplic.Framework.DBUI
Assembly: Simplic.Framework.DBUI.dll
Syntax
public class RequestScriptParameterEventArgs : EventArgs
  Properties
| Improve this Doc View SourceAdditionalParameter
List of parameter which will be passed to a scripting method
Declaration
public object[] AdditionalParameter { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Object[] |