EventArgs.EventArgs

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

Meta