UIEvent.initUIEvent

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void initUIEvent(string aType, bool aCanBubble, bool aCancelable, Optional!(T3) aView, int aDetail)
    struct UIEvent
    nothrow
    void
    initUIEvent
    (
    T3
    )
    (
    string aType
    ,,,
    scope auto ref Optional!(T3) aView
    ,)
  2. void initUIEvent(string aType, bool aCanBubble, bool aCancelable, Optional!(T3) aView)
  3. void initUIEvent(string aType, bool aCanBubble, bool aCancelable)
  4. void initUIEvent(string aType, bool aCanBubble)
  5. void initUIEvent(string aType)

Meta