PageRemovedEventArgs Class
Definition
Provides data for the Avalonia.Controls.NavigationPage.PageRemoved event.
public class PageRemovedEventArgs
Constructors
| Name | Description |
|---|---|
| PageRemovedEventArgs | Initializes 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
The page that was removed.
Properties
| Name | Description |
|---|---|
| Page | Gets the page that was removed. |
Page Property
Gets the page that was removed.
public Avalonia.Controls.Page Page { get; set; }