public class EventArgs<T> : EventArgs
Public Class EventArgs(Of T) Inherits EventArgs
generic<typename T> public ref class EventArgs : public EventArgs
type EventArgs<'T> = class inherit EventArgs end
J# supports the use of generic APIs, but not the declaration of new ones.
JavaScript does not support generic types or methods.
The EventArgsT type exposes the following members.