UIKeyboardEventArgs 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供事件的資料。
public class UIKeyboardEventArgs : Foundation.NSNotificationEventArgs
type UIKeyboardEventArgs = class
inherit NSNotificationEventArgs
- 繼承
建構函式
UIKeyboardEventArgs(NSNotification) |
初始化 UIKeyboardEventArgs 類別的新實例。 |
屬性
AnimationCurve |
描述動畫曲線,此曲線會在鍵盤出現或消失時用來產生動畫效果。 |
AnimationDuration |
要顯示或隱藏鍵盤的動畫所花費的秒數。 |
FrameBegin |
動畫開始之前,鍵盤和配件輸入檢視的初始畫面格。 |
FrameEnd |
當動畫結束時,鍵盤和配件輸入檢視會有的目標畫面格。 |
Notification |
來自張貼通知的基礎 NSNotification 物件。 (繼承來源 NSNotificationEventArgs) |