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