Click or drag to resize
ActionBuilderSetActionDirty Method
Raises the ActionChanged event, causing the action to be considered dirty, or changed, by the project it belongs to.

Namespace: Kjs.AppLife.Update.Engine.Core.Design
Assembly: Kjs.AppLife.Update.Engine.Core.Design (in Kjs.AppLife.Update.Engine.Core.Design.dll) Version: 1.0.0.12 (4.0.0.0)
Syntax
public void SetActionDirty()
Remarks
This method should be called by a custom editor any time Action changes.
See Also