Class PageValidatingEventArgs
Contains event data for the PageValidating event.
Inheritance
System.Object
System.EventArgs
System.ComponentModel.CancelEventArgs
PageValidatingEventArgs
Namespace: Manina.Windows.Forms
Assembly: PagedControl.dll
Syntax
public class PageValidatingEventArgs : CancelEventArgs
Constructors
| Improve this Doc View SourcePageValidatingEventArgs(Page)
Declaration
public PageValidatingEventArgs(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 |