EventArgsT(T) Constructor
Initializes a new instance of the
EventArgsT class.
Namespace: GemstoneAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.171 -- Release Build+4f4d518944b843c059d40b523747cd410a7c216d
public EventArgs(
T argument
)
Public Sub New (
argument As T
)
public:
EventArgs(
T argument
)
Gemstone.EventArgs = function(argument);
Parameters
- argument T
- The argument data for the event.