ClassPageActionCollection
Class
Holds actions invoked by page lifecycle events such as page open and close.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Actions
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
cs-api-definition
public class PageActionCollection
Inheritance: objectPageActionCollection
Properties
OnPageClose
Gets or sets actions executed when the page is closed/unloaded.
Declaration
cs-api-definition
public ActionCollection OnPageClose { get; }
Property Value
OnPageOpen
Gets or sets actions executed when the page becomes active/opened.
Declaration
cs-api-definition
public ActionCollection OnPageOpen { get; }
Property Value