UISplitViewShowEventArgs 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供 WillShowViewController 事件的資料。
public class UISplitViewShowEventArgs : EventArgs
type UISplitViewShowEventArgs = class
inherit EventArgs
- 繼承
-
UISplitViewShowEventArgs
建構函式
UISplitViewShowEventArgs(UIViewController, UIBarButtonItem) |
初始化 UISplitViewShowEventArgs 類別的新實例。 |
屬性
AViewController |
即將再次顯示的 UIViewController。 |
Button |
UIBarButtonItem,用來在隱藏時顯示 AViewController 。 |