Class ScriptEvent
Attaches a client side confirmation pop-up for the event and control specified
Inherited Members
Namespace: EPiServer.ClientScript.WebControls
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7Syntax
public class ScriptEvent : ScriptEventBase
Constructors
ScriptEvent()
Declaration
public ScriptEvent()
Properties
EventHandler
Get or set the confirmation message shown when the event is raised.
Declaration
public string EventHandler { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
CreateEvent()
Create an instance of the event this web control represents.
Declaration
protected override EventBase CreateEvent()
Returns
Type | Description |
---|---|
EventBase | An EventBase derived event instance. |