ActionBuilderInitializeExistingAction Method |
Initializes the
ActionBuilder and its action
after
Action has been set to an action that has been loaded.
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)
Syntaxprotected virtual void InitializeExistingAction()
Protected Overridable Sub InitializeExistingAction
protected:
virtual void InitializeExistingAction()
abstract InitializeExistingAction : unit -> unit
override InitializeExistingAction : unit -> unit
See Also