Class PageActionCollection
Represents a collection of Action objects.
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 the collection of actions triggered when the page is closed.
Declaration
public ActionCollection OnPageClose { get; }
Property Value
ActionCollection
|
OnPageOpen
Gets or sets the collection of actions triggered when the page is opened.
Declaration
public ActionCollection OnPageOpen { get; }
Property Value
ActionCollection
|