IDocumentPersistenceService.OnModelChanged(Object) Method

Definition

When implemented by a derived class, starts the process of incorporating changes to the workflow model that is being designed.

public:
 void OnModelChanged(System::Object ^ documentRoot);
public void OnModelChanged (object documentRoot);
abstract member OnModelChanged : obj -> unit
Public Sub OnModelChanged (documentRoot As Object)

Parameters

documentRoot
Object

The root directory for a Web site.

Applies to