Class PageActionCollection
Holds actions invoked by page lifecycle events such as page open and close.
Inheritance
System.Object
PageActionCollection
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Fixed.Model.Actions
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class PageActionCollection
Properties
OnPageClose
Gets or sets actions executed when the page is closed/unloaded.
Declaration
public ActionCollection OnPageClose { get; }
Property Value
|
ActionCollection
|
OnPageOpen
Gets or sets actions executed when the page becomes active/opened.
Declaration
public ActionCollection OnPageOpen { get; }
Property Value
|
ActionCollection
|