Share via


UIKeyboardEventArgs Class

Definition

Provides data for an event based on a posted NSNotification object.

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

Constructors

Name Description
UIKeyboardEventArgs(NSNotification)

Initializes a new instance of the UIKeyboardEventArgs class.

Properties

Name Description
AnimationCurve
AnimationDuration
FrameBegin
FrameEnd
Notification

The underlying NSNotification object from the posted notification.

(Inherited from NSNotificationEventArgs)

Applies to