EventArgsT Constructor

Initializes a new instance of the EventArgsT class.

Definition

Namespace: KGySoft.CoreLibraries
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public EventArgs(
	T arg
)

Parameters

arg  T
The argument.

See Also