ElapsedEventArgs()

ElapsedEventArgs::ElapsedEventArgs(int32_t, int32_t) constructor

Constructs arguments object with given parameters.

System::Timers::ElapsedEventArgs::ElapsedEventArgs(int32_t low, int32_t high)

Arguments

ParameterTypeDescription
lowint32_tLow part of signal time in file time format.
highint32_tHigh part of signal time in file time format.

See Also