WorkflowDesignerLoader.OnEndLoad(Boolean, ICollection) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when loading of the designer is completed.
protected:
override void OnEndLoad(bool successful, System::Collections::ICollection ^ errors);
protected override void OnEndLoad(bool successful, System.Collections.ICollection errors);
override this.OnEndLoad : bool * System.Collections.ICollection -> unit
Protected Overrides Sub OnEndLoad (successful As Boolean, errors As ICollection)
Parameters
- successful
- Boolean
true
if load operation is successful; otherwise, false
.
- errors
- ICollection
Contains the load errors.