Called when a templates are removed.
[Visual Basic 6.0] Event OnTemplatesRemoved(
ByVal editTemplates As IArray _
)
[Visual Basic .NET] Public Event OnTemplatesRemoved As OnTemplatesRemovedEventHandler
[C#] public event OnTemplatesRemovedEventHandler OnTemplatesRemoved
Product Availability
Available with ArcGIS Desktop.
Remarks
OnTemplatesRemoved is triggered whenever a feature template or set of templates are removed from the map. You should listen to this event if you are managing a list of templates to ensure your list remains synchronized. This event will be fired whenever a call to IEditor3.RemoveTemplates, IEditor3.RemoveAllTemplatesInLayer, or IEditor3.RemoveAllTemplatesInMap is made.