Show / Hide Table of Contents

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 Source

PageValidatingEventArgs(Page)

Declaration
public PageValidatingEventArgs(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