Class PageEventArgs
Contains event data for events related to a single page.
Namespace: Manina.Windows.Forms
Assembly: PagedControl.dll
Syntax
public class PageEventArgs : EventArgs
Constructors
| Improve this Doc View SourcePageEventArgs(Page)
Declaration
public PageEventArgs(Page page)
Parameters
Type | Name | Description |
---|---|---|
Page | page |
Properties
| Improve this Doc View SourcePage
The page causing the event.
Declaration
public Page Page { get; }
Property Value
Type | Description |
---|---|
Page |