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