Table of Contents

Interface IUIItemSelectionChangingArgs<TUIView>

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

Provides arguments for the item selection changing ui event rule.

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

Type Parameters

TUIView

The type of UI view.

Inherited Members

Properties

Item

Gets the item whose selection is changing.

TUIView Item { get; }

Property Value

TUIView