Interface IUIItemSelectionChangedArgs<TUIView>
- Namespace
- GroupeIsa.Neos.Designer.UIAbstractions.Rule
- Assembly
- GroupeIsa.Neos.Designer.UIAbstractions.dll
Provides arguments for the selection changed ui event rule.
public interface IUIItemSelectionChangedArgs<TUIView> : IUIRuleArguments where TUIView : class, IUIView
Type Parameters
TUIViewThe type of UI view.
Properties
Item
Gets the item whose selection has changed.
TUIView Item { get; }
Property Value
- TUIView