System::Timers::ElapsedEventArgs class

ElapsedEventArgs class

Arguments of timer event.

class ElapsedEventArgs : public System::EventArgs

Methods

MethodDescription
ElapsedEventArgs(int32_t, int32_t)RTTI information.
get_SignalTime()Gets singal time.

Fields

FieldDescription
static EmptyA static member that represents an “empty” EventArgs shared pointer (null-pointer).

See Also