The BaseTasksControl type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddEventsCore | Override to add events after the context has been installed. | |
| Dispose | Clean up any resources being used. (Overrides ContainerControlDispose(Boolean).) | |
| RemoveEventsCore | Override to tear down events added in AddEventsCore. | |
| SaveChangesAndNotifyT | If IsUpdating is false, performs the model change and calls
EditingContext.NotifyUpdate.
Use in your event handlers to set the "document dirty" flag.
| |
| UpdateControls | Sets the IsUpdating property to true and invokes UpdateControlsCore. Override UpdateControlsCore
to perform the actual work. | |
| UpdateControlsCore | Override to update the content of controls. |
See Also