Class PageActionCollection

PageActionCollection class

This class describes page actions

public class PageActionCollection : BaseActionCollection

Properties

NameDescription
OnClose { get; set; }An action that shall be performed when the page is closed.
OnOpen { get; set; }An action that shall be performed when the page is opened.

Methods

NameDescription
RemoveActions()Removes all actions of the annotation.

See Also