Click or drag to resize
ActionBuilderValidateAction Method
Checks the state of Action to ensure that it is valid.

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 ValidateAction()
Remarks
If you use a custom editor, any change made to the action that may cause its validation state to change should be followed by a call to ValidateAction to ensure that the user interface stays up-to-date.
See Also