This document is archived and information here might be outdated.  Recommended version.


IEditEvents5.OnTemplateModified Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IE > IEditEvents5 Interface > IEditEvents5.OnTemplateModified Event
ArcGIS Developer Help

IEditEvents5.OnTemplateModified Event

Called when a template is modified.

[Visual Basic .NET]
Public Event OnTemplateModified As OnTemplateModifiedEventHandler
[C#]
public event OnTemplateModifiedEventHandler OnTemplateModified

Product Availability

Available with ArcGIS Desktop.

Remarks

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.

See Also

IEditEvents5 Interface