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