FormAddDesignerCommand Method
Namespace: Firefly.Box.UIAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
protected virtual void AddDesignerCommand(
ComponentDesigner componentDesigner,
Action<string, Action> registerDesignerCommand
)
Protected Overridable Sub AddDesignerCommand (
componentDesigner As ComponentDesigner,
registerDesignerCommand As Action(Of String, Action)
)
abstract AddDesignerCommand :
componentDesigner : ComponentDesigner *
registerDesignerCommand : Action<string, Action> -> unit
override AddDesignerCommand :
componentDesigner : ComponentDesigner *
registerDesignerCommand : Action<string, Action> -> unit
Parameters
- componentDesigner ComponentDesigner
-
- registerDesignerCommand ActionString, Action
-