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!

ValueProvider.BeginDepersist

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();

Remarks

This is called by the code generator before any statements in the code are parsed. This allows the provider to clear any previous state.

See Also

ValueProvider Class | ValueProvider Members | System.ComponentModel.Design Namespace