UISplitViewHideEventArgs 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 WillHideViewController event.
public class UISplitViewHideEventArgs : EventArgs
type UISplitViewHideEventArgs = class
inherit EventArgs
- Inheritance
-
UISplitViewHideEventArgs
Constructors
| UISplitViewHideEventArgs(UIViewController, UIBarButtonItem, UIPopoverController) |
Initializes a new instance of the UISplitViewHideEventArgs class. |
Properties
| AViewController |
The UIViewController that is about to be hidden. |
| BarButtonItem |
A UIBarButtonItem that can be added to the remaining view's navigation or toolbar. |
| Pc |
The UIPopoverController that uses taps on the provided BarButtonItem to display the hidden UIViewController. |