BaseTasksControl Methods

Spotfire Automation Services 14.3 API Reference

The BaseTasksControl type exposes the following members.

Methods

  NameDescription
Protected methodAddEventsCore
Override to add events after the context has been installed.
Protected methodDispose
Clean up any resources being used.
(Overrides ContainerControlDispose(Boolean).)
Protected methodRemoveEventsCore
Override to tear down events added in AddEventsCore.
Protected methodSaveChangesAndNotifyT
If IsUpdating is false, performs the model change and calls EditingContext.NotifyUpdate. Use in your event handlers to set the "document dirty" flag.
Public methodUpdateControls
Sets the IsUpdating property to true and invokes UpdateControlsCore. Override UpdateControlsCore to perform the actual work.
Protected methodUpdateControlsCore
Override to update the content of controls.
Top
See Also

Reference