Workspace.ClearSolutionData Method

Definition

This method is called when a solution is cleared.

Override this method if you want to do additional work when a solution is cleared. Call the base method at the end of your method.

This method is called while a lock is held. Be very careful when overriding as innapropriate work can cause deadlocks.

protected:
 virtual void ClearSolutionData();
protected virtual void ClearSolutionData ();
abstract member ClearSolutionData : unit -> unit
override this.ClearSolutionData : unit -> unit
Protected Overridable Sub ClearSolutionData ()

Applies to