NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ISupportInitialize Interface

Specifies that this object supports a simple, transacted notification for batch initialization.

ISupportInitialize

[Visual Basic]
Public Interface ISupportInitialize
[C#]
public interface ISupportInitialize
[C++]
public __gc __interface ISupportInitialize

[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.

Classes that Implement ISupportInitialize

Class Description
AxHost Wraps ActiveX controls and exposes them as fully featured WinForms controls.
DataGrid Displays ADO+ data in a scrollable grid.
EventLog Provides interaction with Windows 2000 event logs.
FileSystemWatcher Listens to the system directory change notifications and raises events when a directory or file within a directory changes.
NumericUpDown Represents a Windows up-down control that displays numeric values.
Schedule Represents a component that holds a set of time patterns which describe when to raise an event.
Timer Handles recurring events in the application.
TrackBar The TrackBar is a scrollable control similar to the ScrollBar, but has a different UI. You can configure ranges through which it should scroll, and also define increments for off-button clicks. It can be aligned horizontally or vertically. You can also configure how many 'ticks' are shown for the total range of values

Remarks

ISupportInitialize allows controls to optimize for multiple property sets.

Call the BeginInit method to signal the object that initialization is starting. Call the EndInit method to signal that initialization is complete.

Requirements

Namespace: System.ComponentModel

Assembly: System.dll

See Also

ISupportInitialize Members | System.ComponentModel Namespace