System.Timers.Timer.BeginInit Method

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

Syntax

public void BeginInit ()

Remarks

The vsprvslong design environment uses this method to start the initialization of a component that is used on a form or by another component. The Timer.EndInit method ends 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