ArcGIS Pro 2.8 API Reference Guide
LayoutRemovedEvent Class
Members  Example 

ArcGIS.Desktop.Layouts.Events Namespace : LayoutRemovedEvent Class
Occurs when a Layout is removed.
Object Model
LayoutRemovedEvent ClassSubscriptionToken ClassSubscriptionToken Class
Syntax
Remarks
Reference LayoutRemoveEventArgs to get a list of arguments.
Example
//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);
});
Inheritance Hierarchy

System.Object
   ArcGIS.Core.Events.EventBase
      ArcGIS.Core.Events.CompositePresentationEvent<TPayload>
         ArcGIS.Desktop.Layouts.Events.LayoutRemovedEvent

Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

LayoutRemovedEvent Members
ArcGIS.Desktop.Layouts.Events Namespace