Try our conversational search powered by Generative AI!

Class ScriptEvent

Attaches a client side confirmation pop-up for the event and control specified

Inheritance
System.Object
ScriptEvent
Namespace: EPiServer.ClientScript.WebControls
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
Syntax
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.

Overrides

Extension Methods