リサイズはクリックかドラッグ

KeyExitEventArgs クラス

KeyExit イベントのデータを提供します。
継承階層

名前空間:  GrapeCity.Windows.InputMan
アセンブリ:  GrapeCity.WPF.InputMan (in GrapeCity.WPF.InputMan.dll) バージョン: 2.0.4003.2012 (2.0.4004.2012)
構文
public class KeyExitEventArgs : RoutedEventArgs

KeyExitEventArgs 型は下記のメンバーを公開します。

コンストラクター
  名前説明
Public メソッドKeyExitEventArgs(ExitKey)
指定した ExitKey を使用して、KeyExitEventArgs クラスの新しいインスタンスを初期化します。
Public メソッドKeyExitEventArgs(RoutedEvent, ExitKey)
指定した ExitKey を使用して、KeyExitEventArgs クラスの新しいインスタンスを初期化します。
トップ
プロパティ
  名前説明
Public プロパティKey
KeyExit イベントを発生させたキーを示す ExitKey 値を取得します。
トップ
関連項目