SaaS CMS has officially launched! Learn more now.

Class ScriptCommandEvent

Inheritance
System.Object
ScriptCommandEvent
Namespace: EPiServer.UI.ClientScript.WebControls
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class ScriptCommandEvent : ScriptEventBase

Constructors

ScriptCommandEvent()

Declaration
public ScriptCommandEvent()

Properties

CommandTypeName

Declaration
public CommandEvent.CommandType CommandTypeName { get; set; }
Property Value
Type Description
CommandEvent.CommandType

NavigateUrl

Declaration
public string NavigateUrl { get; set; }
Property Value
Type Description
System.String

Methods

CreateEvent()

Declaration
protected override EventBase CreateEvent()
Returns
Type Description
EventBase
Overrides

Extension Methods