If IsUpdating is false, performs the model change and calls
EditingContext.NotifyUpdate.
Use in your event handlers to set the "document dirty" flag.
Namespace: Spotfire.Dxp.Automation.Framework
Assembly: Spotfire.Dxp.Automation.Framework (in Spotfire.Dxp.Automation.Framework.dll) Version: 30.0.11525.4184 (30.0.11525.4184)
Syntax
C#
protected void SaveChangesAndNotify<T>( T model, Action<T> action ) where T : Task
Parameters
- model
- Type: T
The model to update. - action
- Type: SystemActionT
The action to take on the model.
Type Parameters
- T
- The task type.
Version Information
See Also