Show / Hide Table of Contents

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 Source

PageChangingEventArgs(Page, Page)

Declaration
public PageChangingEventArgs(Page currentPage, Page newPage)
Parameters
Type Name Description
Page currentPage
Page newPage

Properties

| Improve this Doc View Source

CurrentPage

Current page.

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

NewPage

The page that will become the current page after the event.

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