This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IE > IEditEvents5 Interface > IEditEvents5.OnTemplateModified Event (ArcObjects .NET 10.5 SDK) |
Called when a template is modified.
[Visual Basic .NET] Public Event OnTemplateModified As OnTemplateModifiedEventHandler
[C#] public event OnTemplateModifiedEventHandler OnTemplateModified
OnTemplateModified is triggered whenever a feature template's properties are updated. You should listen to this event if you are managing a list of templates to ensure your list remains synchronized. Clients that are updating the properties of an EditTemplate should call IEditor3.TemplateModified to ensure that all clients are properly notified through this event.