Table of Contents

Interface IUIPositionChangingArgs

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

Provides arguments for the position changing ui event rule.

public interface IUIPositionChangingArgs : IUICancelRuleArguments, IUIRuleArguments
Inherited Members

Properties

NewPosition

Gets the new position.

int NewPosition { get; }

Property Value

int

Position

Gets the current position.

int Position { get; }

Property Value

int