System.Timers.Timer.EndInit Method

Ends the run-time initialization of a System.Timers.Timer that is used on a form or by another component.

Syntax

public void EndInit ()

Remarks

The vsprvslong design environment uses this method to end the initialization of a component that is used on a form or by another component. The Timer.BeginInit method starts the initialization. Using the Timer.BeginInit and Timer.EndInit methods prevents the control from being used before it is fully initialized.

Requirements

Namespace: System.Timers
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0