Table of Contents

Interface IUIDataSavedArgs<TUIView>

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

Provides arguments for the data saved UI event rule.

public interface IUIDataSavedArgs<TUIView> : IUIRuleArguments where TUIView : class, IUIView

Type Parameters

TUIView

The type of UI view.

Properties

CreatedItems

Gets the items created when saving.

ReadOnlyArray<TUIView> CreatedItems { get; }

Property Value

ReadOnlyArray<TUIView>

HasSucceeded

Gets or sets a value indicating whether the save has succeeded.

bool HasSucceeded { get; set; }

Property Value

bool

ModifiedItems

Gets the items modified when saving.

ReadOnlyArray<TUIView> ModifiedItems { get; }

Property Value

ReadOnlyArray<TUIView>