Class PageChangedEventArgs
Contains event data for the PageChanged event.
Inheritance
System.Object
System.EventArgs
PageChangedEventArgs
Namespace: Manina.Windows.Forms
Assembly: PagedControl.dll
Syntax
public class PageChangedEventArgs : EventArgs
Constructors
| Improve this Doc View SourcePageChangedEventArgs(Page, Page)
Declaration
public PageChangedEventArgs(Page oldPage, Page currentPage)
Parameters
| Type | Name | Description |
|---|---|---|
| Page | oldPage | |
| Page | currentPage |
Properties
| Improve this Doc View SourceCurrentPage
Current page.
Declaration
public Page CurrentPage { get; }
Property Value
| Type | Description |
|---|---|
| Page |
OldPage
The page that was the current page before the event.
Declaration
public Page OldPage { get; }
Property Value
| Type | Description |
|---|---|
| Page |