public class LayoutChangedEvent : ArcGIS.Core.Events.CompositePresentationEvent<LayoutChangedEventArgs>
Public Class LayoutChangedEvent Inherits ArcGIS.Core.Events.CompositePresentationEvent(Of LayoutChangedEventArgs)
public class LayoutChangedEvent : ArcGIS.Core.Events.CompositePresentationEvent<LayoutChangedEventArgs>
Public Class LayoutChangedEvent Inherits ArcGIS.Core.Events.CompositePresentationEvent(Of LayoutChangedEventArgs)
//Report the event args when a layout is changed. ArcGIS.Desktop.Layouts.Events.LayoutChangedEvent.Subscribe((args) => { System.Windows.MessageBox.Show("LayoutChangedEvent:" + Environment.NewLine + " arg Layout: " + args.Layout.Name); });
System.Object
ArcGIS.Core.Events.EventBase
ArcGIS.Core.Events.CompositePresentationEvent<TPayload>
ArcGIS.Desktop.Layouts.Events.LayoutChangedEvent
Target Platforms: Windows 11, Windows 10, Windows 8.1