Share via


ViewService.LayoutUpdated Event

When overridden in a derived class, occurs when the layout of the view has been changed.

Namespace:  Microsoft.Windows.Design.Services
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public MustOverride Event LayoutUpdated As EventHandler
public abstract event EventHandler LayoutUpdated
public:
virtual  event EventHandler^ LayoutUpdated {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
abstract LayoutUpdated : IEvent<EventHandler,
    EventArgs>
JScript does not support events.

Remarks

This event is used to allow adorners to redraw themselves.

.NET Framework Security

See Also

Reference

ViewService Class

Microsoft.Windows.Design.Services Namespace

ModelItem

DesignerView

ModelService

Other Resources

Editing Model Architecture

WPF Designer Extensibility