Table of Contents

Interface IUICancelRuleArguments

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

Provides arguments for a cancelable ui event rule.

public interface IUICancelRuleArguments : IUIRuleArguments

Properties

Cancel

Gets or sets a value indicating whether the rule is canceled.

bool Cancel { get; set; }

Property Value

bool