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)
    struct CustomEvent
    nothrow
    void
    initCustomEvent
    (
    T3
    )
    (
    string type
    ,,,
    scope auto ref T3 detail
    )
  2. void initCustomEvent(string type, bool canBubble, bool cancelable)
  3. void initCustomEvent(string type, bool canBubble)
  4. void initCustomEvent(string type)

Meta