UISplitViewPresentEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |