Class PageChangingEventArgs
Contains event data for the PageChanging event.
Inheritance
System.Object
System.EventArgs
System.ComponentModel.CancelEventArgs
PageChangingEventArgs
Namespace: Manina.Windows.Forms
Assembly: PagedControl.dll
Syntax
public class PageChangingEventArgs : CancelEventArgs
Constructors
| Improve this Doc View SourcePageChangingEventArgs(Page, Page)
Declaration
public PageChangingEventArgs(Page currentPage, Page newPage)
Parameters
Type | Name | Description |
---|---|---|
Page | currentPage | |
Page | newPage |
Properties
| Improve this Doc View SourceCurrentPage
Current page.
Declaration
public Page CurrentPage { get; }
Property Value
Type | Description |
---|---|
Page |
NewPage
The page that will become the current page after the event.
Declaration
public Page NewPage { get; set; }
Property Value
Type | Description |
---|---|
Page |