DomKeyboardEvent.InitEvent メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
InitEvent(String, Boolean, Boolean, DomAbstractView, String, DomKeyLocation, Boolean, Boolean, Boolean, Boolean)
注意事項
Use the constructor instead.
[Foundation.Export("initKeyboardEvent:canBubble:cancelable:view:keyIdentifier:keyLocation:ctrlKey:altKey:shiftKey:metaKey:")]
[System.Obsolete("Use the constructor instead.", false)]
public virtual void InitEvent (string eventType, bool canBubble, bool cancelable, WebKit.DomAbstractView view, string keyIdentifier, WebKit.DomKeyLocation keyLocation, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey);
override this.InitEvent : string * bool * bool * WebKit.DomAbstractView * string * WebKit.DomKeyLocation * bool * bool * bool * bool -> unit
パラメーター
- eventType
- String
- canBubble
- Boolean
- cancelable
- Boolean
- view
- DomAbstractView
- keyIdentifier
- String
- keyLocation
- DomKeyLocation
- ctrlKey
- Boolean
- altKey
- Boolean
- shiftKey
- Boolean
- metaKey
- Boolean
- 属性
適用対象
InitEvent(String, Boolean, Boolean, DomAbstractView, String, DomKeyLocation, Boolean, Boolean, Boolean, Boolean, Boolean)
注意事項
Use the constructor instead.
[Foundation.Export("initKeyboardEvent:canBubble:cancelable:view:keyIdentifier:keyLocation:ctrlKey:altKey:shiftKey:metaKey:altGraphKey:")]
[System.Obsolete("Use the constructor instead.", false)]
public virtual void InitEvent (string eventType, bool canBubble, bool cancelable, WebKit.DomAbstractView view, string keyIdentifier, WebKit.DomKeyLocation keyLocation, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey);
override this.InitEvent : string * bool * bool * WebKit.DomAbstractView * string * WebKit.DomKeyLocation * bool * bool * bool * bool * bool -> unit
パラメーター
- eventType
- String
- canBubble
- Boolean
- cancelable
- Boolean
- view
- DomAbstractView
- keyIdentifier
- String
- keyLocation
- DomKeyLocation
- ctrlKey
- Boolean
- altKey
- Boolean
- shiftKey
- Boolean
- metaKey
- Boolean
- altGraphKey
- Boolean
- 属性