Alerts the ValueProvider that persistance has begun.
[Visual Basic] Overridable Public Sub BeginPersist() [C#] public virtual void BeginPersist(); [C++] public: virtual void BeginPersist(); [JScript] public function BeginPersist();
This is called by the code generator before any statements in the code are generated. This allows the provider to clear any previous state.
ValueProvider Class | ValueProvider Members | System.ComponentModel.Design Namespace