EventArgsT Constructor
Initializes a new instance of the
EventArgsT class.
Namespace: KGySoft.CoreLibrariesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public EventArgs(
T arg
)
Public Sub New (
arg As T
)
public:
EventArgs(
T arg
)
new :
arg : 'T -> EventArgs
Parameters
- arg T
- The argument.