UISplitViewShowEventArgs 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 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. |