Table of Contents

Class UIViewEvents

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

Represents the UI view events.

public static class UIViewEvents
Inheritance
UIViewEvents
Inherited Members

Properties

Initialized

Gets the initialized event.

public static IUIEvent<IUIViewEventArgs> Initialized { get; }

Property Value

IUIEvent<IUIViewEventArgs>

LayoutUpdated

Gets the layout updated event.

public static IUIEvent<IUIViewEventArgs> LayoutUpdated { get; }

Property Value

IUIEvent<IUIViewEventArgs>