Table of Contents

Interface IUIItemAddingArgs<TUIView>

Namespace
GroupeIsa.Neos.Designer.UIAbstractions.Rule
Assembly
GroupeIsa.Neos.Designer.UIAbstractions.dll

Provides arguments for the UI item adding event rule.

public interface IUIItemAddingArgs<TUIView> : IUICancelRuleArguments, IUIRuleArguments where TUIView : class, IUIView

Type Parameters

TUIView

Type of the UI view.

Inherited Members

Properties

Item

Gets or sets the items being added.

TUIView Item { get; set; }

Property Value

TUIView

MarkAsVirtual

Gets or sets a value indicating whether the item should be marked as virtual once the item has been added.

bool MarkAsVirtual { get; set; }

Property Value

bool