XULCommandEvent.initCommandEvent

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void initCommandEvent(string type, bool canBubble, bool cancelable, Optional!(T3) view, int detail, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, Optional!(T9) sourceEvent, ushort inputSource)
  2. void initCommandEvent(string type, bool canBubble, bool cancelable, Optional!(T3) view, int detail, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, Optional!(T9) sourceEvent)
    struct XULCommandEvent
    nothrow
    void
    initCommandEvent
    (
    T3
    T9
    )
    (
    string type
    ,,,
    scope auto ref Optional!(T3) view
    ,
    int detail
    ,
    bool ctrlKey
    ,
    bool altKey
    ,,
    bool metaKey
    ,
    scope auto ref Optional!(T9) sourceEvent
    )
  3. void initCommandEvent(string type, bool canBubble, bool cancelable, Optional!(T3) view, int detail, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
  4. void initCommandEvent(string type, bool canBubble, bool cancelable, Optional!(T3) view, int detail, bool ctrlKey, bool altKey, bool shiftKey)
  5. void initCommandEvent(string type, bool canBubble, bool cancelable, Optional!(T3) view, int detail, bool ctrlKey, bool altKey)
  6. void initCommandEvent(string type, bool canBubble, bool cancelable, Optional!(T3) view, int detail, bool ctrlKey)
  7. void initCommandEvent(string type, bool canBubble, bool cancelable, Optional!(T3) view, int detail)
  8. void initCommandEvent(string type, bool canBubble, bool cancelable, Optional!(T3) view)
  9. void initCommandEvent(string type, bool canBubble, bool cancelable)
  10. void initCommandEvent(string type, bool canBubble)
  11. void initCommandEvent(string type)

Meta