UISplitViewPresentEventArgs Class

Definition

Provides data for the WillPresentViewController event.

public class UISplitViewPresentEventArgs : EventArgs
type UISplitViewPresentEventArgs = class
    inherit EventArgs
Inheritance
UISplitViewPresentEventArgs

Constructors

UISplitViewPresentEventArgs(UIPopoverController, UIViewController)

Initializes a new instance of the UISplitViewPresentEventArgs class.

Properties

AViewController

The UIViewController that will be presented.

Pc

The UIPopoverController responsible for showing the AViewController.

Applies to