PageActionCollection
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:
C#
public class PageActionCollection
Inheritance: objectPageActionCollection
Properties
Gets or sets actions executed when the page is closed/unloaded.
C#
public ActionCollection OnPageClose { get; }
Gets or sets actions executed when the page becomes active/opened.
C#
public ActionCollection OnPageOpen { get; }