export type DevExpressEventArgs, E extends keyof T> = T[E] extends ((...args: infer P) => any) | undefined | null ? P[0] : never;