Share via


UIKeyboardEventArgs(NSNotification) Constructor

Definition

Initializes a new instance of the UIKeyboardEventArgs class.

public UIKeyboardEventArgs(Foundation.NSNotification notification);
new UIKit.UIKeyboardEventArgs : Foundation.NSNotification -> UIKit.UIKeyboardEventArgs

Parameters

notification
NSNotification

The underlying NSNotification object from the posted notification.

Applies to