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