Class ScriptReloadPageEvent
Attaches a client side reload window for the event and control specified
Inherited Members
Namespace: EPiServer.ClientScript.WebControls
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7Syntax
public class ScriptReloadPageEvent : ScriptEventBase
Constructors
ScriptReloadPageEvent()
Declaration
public ScriptReloadPageEvent()
Properties
WindowReference
Get or set the window reference the event reloads. If not set reloads the window where the event is raised.
Declaration
public string WindowReference { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Examples
window.top
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. |