UISplitViewShowEventArgs Class

Definition

Provides data for the WillShowViewController event.

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

Constructors

UISplitViewShowEventArgs(UIViewController, UIBarButtonItem)

Initializes a new instance of the UISplitViewShowEventArgs class.

Properties

AViewController

The UIViewController that is about to be shown again.

Button

The UIBarButtonItem that was used to show the AViewController while it was hidden.

Applies to