ArcObjects Library Reference (Editor)  

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