Share via


UISplitViewControllerDidShowColumnEventArgs Constructor

Definition

Create a new instance of the UISplitViewControllerDidShowColumnEventArgs with the specified event data.

public UISplitViewControllerDidShowColumnEventArgs(UIKit.UISplitViewControllerColumn column);
new UIKit.UISplitViewControllerDidShowColumnEventArgs : UIKit.UISplitViewControllerColumn -> UIKit.UISplitViewControllerDidShowColumnEventArgs

Parameters

column
UISplitViewControllerColumn

The value for the Column property.

Applies to