共用方式為


UIKeyboardEventArgs 類別

定義

提供事件的資料。

public class UIKeyboardEventArgs : Foundation.NSNotificationEventArgs
type UIKeyboardEventArgs = class
    inherit NSNotificationEventArgs
繼承
UIKeyboardEventArgs

建構函式

UIKeyboardEventArgs(NSNotification)

初始化 UIKeyboardEventArgs 類別的新實例。

屬性

AnimationCurve

描述動畫曲線,此曲線會在鍵盤出現或消失時用來產生動畫效果。

AnimationDuration

要顯示或隱藏鍵盤的動畫所花費的秒數。

FrameBegin

動畫開始之前,鍵盤和配件輸入檢視的初始畫面格。

FrameEnd

當動畫結束時,鍵盤和配件輸入檢視會有的目標畫面格。

Notification

來自張貼通知的基礎 NSNotification 物件。

(繼承來源 NSNotificationEventArgs)

適用於