To properly display this page you need a browser with JavaScript support.
Public Event PathLayoutUpdated As EventHandler(Of PathLayoutUpdatedEventArgs)
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; }