CustomEvent.initCustomEvent

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

Meta