export interface IEventArgs { Sender: any; } export interface IEventArgs1 extends IEventArgs { EventData: T; }