mscorlib(4.0.0.0) API with additions
ISupportInitialize.cs
1
namespace
System.ComponentModel
2
{
4
[SRDescription(
"ISupportInitializeDescr"
)]
5
public
interface
ISupportInitialize
6
{
8
void
BeginInit
();
9
11
void
EndInit
();
12
}
13
}
System.ComponentModel.ISupportInitialize.BeginInit
void BeginInit()
Signals the object that initialization is starting.
System.ComponentModel.ISupportInitialize.EndInit
void EndInit()
Signals the object that initialization is complete.
System.ComponentModel
Definition:
AddingNewEventArgs.cs:3
System.ComponentModel.ISupportInitialize
Specifies that this object supports a simple, transacted notification for batch initialization.
Definition:
ISupportInitialize.cs:5
All cs
System.ComponentModel
ISupportInitialize.cs
Generated by
1.8.15