This documentation is archived and is not being maintained.
FileSystemWatcher.EndInit Method
Visual Studio 2010
Ends the initialization of a FileSystemWatcher used on a form or used by another component. The initialization occurs at run time.
Assembly: System (in System.dll)
The Visual Studio 2005 design environment uses this method to end the initialization of a component used on a form or used by another component. The BeginInit method starts the initialization. Using the BeginInit and EndInit methods prevents the control from being used before it is fully initialized.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: