public class ActiveLayoutViewChangedEvent : ArcGIS.Core.Events.CompositePresentationEvent<LayoutViewEventArgs>
Public Class ActiveLayoutViewChangedEvent Inherits ArcGIS.Core.Events.CompositePresentationEvent(Of LayoutViewEventArgs)
public class ActiveLayoutViewChangedEvent : ArcGIS.Core.Events.CompositePresentationEvent<LayoutViewEventArgs>
Public Class ActiveLayoutViewChangedEvent Inherits ArcGIS.Core.Events.CompositePresentationEvent(Of LayoutViewEventArgs)
//Report the event args when a the layout view has changed. ArcGIS.Desktop.Layouts.Events.ActiveLayoutViewChangedEvent.Subscribe((args) => { System.Windows.MessageBox.Show("ActiveLayoutViewChangedEvent:" + Environment.NewLine + " arg Layoutview: " + args.LayoutView.Layout.Name + Environment.NewLine + " arg Type: " + args.Type.ToString()); });
System.Object
ArcGIS.Core.Events.EventBase
ArcGIS.Core.Events.CompositePresentationEvent<TPayload>
ArcGIS.Desktop.Layouts.Events.ActiveLayoutViewChangedEvent
Target Platforms: Windows 10, Windows 8.1, Windows 7