Skip to main content

PageRemovedEventArgs Class

Definition

Assembly:Avalonia.Controls
Package:Avalonia
public class PageRemovedEventArgs

Inheritance: EventArgs -> PageRemovedEventArgs

Constructors

NameDescription
PageRemovedEventArgsInitializes a new instance of the Avalonia.Controls.PageRemovedEventArgs class.

PageRemovedEventArgs Constructor

Initializes a new instance of the Avalonia.Controls.PageRemovedEventArgs class.

public PageRemovedEventArgs(Avalonia.Controls.Page page)

Parameters

page Avalonia.Controls.Page

The page that was removed.

Properties

NameDescription
PageGets the page that was removed.

Page Property

Gets the page that was removed.

public Avalonia.Controls.Page Page { get; set; }