Interface IContainerItemHandler
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface IContainerItemHandler
Properties
IsNestedContainerItemsAlreadyUpdated
Declaration
bool IsNestedContainerItemsAlreadyUpdated { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Methods
UpdateNestedItemHandlerLayouts(Func<ItemHandler, Boolean>)
Declaration
bool UpdateNestedItemHandlerLayouts(Func<ItemHandler, bool> updateFunc)
Parameters
| Type |
Name |
Description |
| System.Func<ItemHandler, System.Boolean> |
updateFunc |
|
Returns
| Type |
Description |
| System.Boolean |
|