public interface ISupportInitialize
|
Call the ISupportInitialize.BeginInit method to signal the object that initialization is starting. Call the ISupportInitialize.EndInit method to signal that initialization is complete.
BeginInit | Signals the object that initialization is starting. |
EndInit | Signals the object that initialization is complete. |
void BeginInit(); |
void EndInit(); |