UIKit.UIKeyboardEventArgs Members

The members of UIKit.UIKeyboardEventArgs are listed below.

See Also: Inherited members from Foundation.NSNotificationEventArgs

Public Constructors

Initializes a new instance of the UIKeyboardEventArgs class.

Public Properties

[read-only]
AnimationCurveUIViewAnimationCurve. Describes the animation curve that will be used to animate the keyboard when it appears or disappears.
[read-only]
AnimationDurationdouble. The duration in seconds that the animation to show or hide the keyboard will take.
[read-only]
FrameBeginCoreGraphics.CGRect. The initial frame for the keyboard and accessory input view before the animation starts.
[read-only]
FrameEndCoreGraphics.CGRect. The target frame that the keyboard and accessory input view will have when the animation ends.