ActionBuilderValidateAction Method |
Checks the state of
Action to ensure that it is valid.
Namespace: Kjs.AppLife.Update.Engine.Core.DesignAssembly: Kjs.AppLife.Update.Engine.Core.Design (in Kjs.AppLife.Update.Engine.Core.Design.dll) Version: 1.0.0.12 (4.0.0.0)
Syntaxpublic void ValidateAction()
Public Sub ValidateAction
public:
void ValidateAction()
member ValidateAction : unit -> unit
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