AddDelegate Delegate

Definition

Namespace: Firefly.Box.UI.Designer
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public delegate void AddDelegate(
	IComponent component,
	Action<DesignerActionList> add
)

Parameters

component  IComponent
 
add  ActionDesignerActionList
 

See Also