|   | EventArgsT(T) Constructor | 
        
        
            Initializes a new instance of the 
EventArgsT class.
            
 GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntaxpublic EventArgs(
	T argument
)
Public Sub New ( 
	argument As T
)
public:
EventArgs(
	T argument
)
new : 
        argument : 'T -> EventArgsGSF.EventArgs = function(argument);
Parameters
- argument  T
- The argument data for the event.
 See Also
See Also