UIKeyboardEventArgs Class

Definition

Provides data for the event.

public class UIKeyboardEventArgs : Foundation.NSNotificationEventArgs
type UIKeyboardEventArgs = class
    inherit NSNotificationEventArgs
Inheritance
UIKeyboardEventArgs

Constructors

UIKeyboardEventArgs(NSNotification)

Initializes a new instance of the UIKeyboardEventArgs class.

Properties

AnimationCurve

Describes the animation curve that will be used to animate the keyboard when it appears or disappears.

AnimationDuration

The duration in seconds that the animation to show or hide the keyboard will take.

FrameBegin

The initial frame for the keyboard and accessory input view before the animation starts.

FrameEnd

The target frame that the keyboard and accessory input view will have when the animation ends.

Notification

The underlying NSNotification object from the posted notification.

(Inherited from NSNotificationEventArgs)

Applies to