IPathLayoutItem.PathLayoutUpdated Event

Occurs when one or more of the IPathLayoutItem properties change.

Namespace: Microsoft.Expression.Controls
Assembly: Microsoft.Expression.Controls (in microsoft.expression.controls.dll)

Syntax

'Declaration
Event PathLayoutUpdated As EventHandler(Of PathLayoutUpdatedEventArgs)
'Usage
Dim instance As IPathLayoutItem
Dim handler As EventHandler(Of PathLayoutUpdatedEventArgs)

AddHandler instance.PathLayoutUpdated, handler
event EventHandler<PathLayoutUpdatedEventArgs> PathLayoutUpdated
event EventHandler<PathLayoutUpdatedEventArgs^>^ PathLayoutUpdated {
    void add (EventHandler<PathLayoutUpdatedEventArgs^>^ value);
    void remove (EventHandler<PathLayoutUpdatedEventArgs^>^ value);
}
/** @event */
void add_PathLayoutUpdated (EventHandler<PathLayoutUpdatedEventArgs> value)

/** @event */
void remove_PathLayoutUpdated (EventHandler<PathLayoutUpdatedEventArgs> value)

Remarks

This event is raised whenever the item’s position along the path is updated. This can occur due to changes in the properties on the LayoutPath or changes to SourceElement.

See Also

Reference

IPathLayoutItem Interface
IPathLayoutItem Members
Microsoft.Expression.Controls Namespace