public sealed class LayoutViewEvent : ArcGIS.Core.Events.CompositePresentationEvent<LayoutViewEventArgs>
Public NotInheritable Class LayoutViewEvent Inherits ArcGIS.Core.Events.CompositePresentationEvent(Of LayoutViewEventArgs)
public sealed class LayoutViewEvent : ArcGIS.Core.Events.CompositePresentationEvent<LayoutViewEventArgs>
Public NotInheritable Class LayoutViewEvent Inherits ArcGIS.Core.Events.CompositePresentationEvent(Of LayoutViewEventArgs)
//Report the event args for the different types of layout view events. ArcGIS.Desktop.Layouts.Events.LayoutViewEvent.Subscribe((args) => { System.Windows.MessageBox.Show("LayoutViewEvent:" + 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.LayoutViewEvent
Target Platforms: Windows 11, Windows 10, Windows 8.1