CustomEvent.initCustomEvent

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void initCustomEvent(string type, bool canBubble, bool cancelable, T3 detail)
  2. void initCustomEvent(string type, bool canBubble, bool cancelable)
    struct CustomEvent
    nothrow
    void
    initCustomEvent
    ()
    (
    string type
    ,,)
  3. void initCustomEvent(string type, bool canBubble)
  4. void initCustomEvent(string type)

Meta