This document is archived and information here might be outdated. Recommended version. |
Called when a templates are removed.
[Visual Basic .NET] Public Event OnTemplatesRemoved As OnTemplatesRemovedEventHandler
[C#] public event OnTemplatesRemovedEventHandler OnTemplatesRemoved
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.