EventArgs.EventArgs

Undocumented in source.
  1. alias EventArgs = ArgTypes
  2. alias EventArgs = void
    template EventArgs(T)
    static if(!(is(T : void function(SenderType, ArgTypes), SenderType, ArgTypes...)))
    alias EventArgs = void

Meta