Click or drag to resize
GetActionScriptEventArgs Class
Get action script event arguments.
Inheritance Hierarchy
SystemObject
  CMS.Base.Web.UIGetActionScriptEventArgs

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 12.0.0
Syntax
C#
public class GetActionScriptEventArgs

The GetActionScriptEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodGetActionScriptEventArgs
Top
Fields
  NameDescription
Public fieldActionName
Name of the action.
Public fieldOriginalScript
Original script to handle action.
Top
See Also