UIKeyboardEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides data for the event.
public class UIKeyboardEventArgs : Foundation.NSNotificationEventArgs
type UIKeyboardEventArgs = class
inherit NSNotificationEventArgs
- Inheritance
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) |