Show / Hide Table of Contents

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 Source

PageChangedEventArgs(Page, Page)

Declaration
public PageChangedEventArgs(Page oldPage, Page currentPage)
Parameters
Type Name Description
Page oldPage
Page currentPage

Properties

| Improve this Doc View Source

CurrentPage

Current page.

Declaration
public Page CurrentPage { get; }
Property Value
Type Description
Page
| Improve this Doc View Source

OldPage

The page that was the current page before the event.

Declaration
public Page OldPage { get; }
Property Value
Type Description
Page
Back to top Copyright © 2018 Özgür Özçıtak