PathListBoxItem.PathLayoutUpdated Event

For a description of this member, see PathLayoutUpdated.

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

Syntax

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

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

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

See Also

Reference

PathListBoxItem Class
PathListBoxItem Members
Microsoft.Expression.Controls Namespace