Show / Hide Table of Contents

Class PageEventArgs

Contains event data for events related to a single page.

Inheritance
System.Object
System.EventArgs
PageEventArgs
PagePaintEventArgs
Namespace: Manina.Windows.Forms
Assembly: PagedControl.dll
Syntax
public class PageEventArgs : EventArgs

Constructors

| Improve this Doc View Source

PageEventArgs(Page)

Declaration
public PageEventArgs(Page page)
Parameters
Type Name Description
Page page

Properties

| Improve this Doc View Source

Page

The page causing the event.

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