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