ModalEventArgs Class

Definition

public abstract class ModalEventArgs : EventArgs
type ModalEventArgs = class
    inherit EventArgs
Inheritance
System.EventArgs
ModalEventArgs
Derived

Constructors

ModalEventArgs(Page)

Creates a new ModalEventArgs object for a navigation event that happened to the modal page.

Properties

Modal

Gets or sets the page whose navigation triggered the event.

Applies to