次の方法で共有


UIKeyboardEventArgs クラス

定義

イベントにデータを提供します。

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

コンストラクター

UIKeyboardEventArgs(NSNotification)

UIKeyboardEventArgs クラスの新しいインスタンスを初期化します。

プロパティ

AnimationCurve

キーボードが表示または非表示になったときにアニメーション化するために使用されるアニメーション曲線について説明します。

AnimationDuration

キーボードの表示/非表示を切り替えるアニメーションに要する時間 (秒単位)。

FrameBegin

アニメーションが開始される前のキーボードとアクセサリの入力ビューの初期フレーム。

FrameEnd

アニメーションの終了時にキーボードとアクセサリの入力ビューに表示されるターゲット フレーム。

Notification

ポストされた通知の基になる NSNotification オブジェクト。

(継承元 NSNotificationEventArgs)

適用対象