ArcObjects Library Reference (Editor)  

IEditEvents5.OnTemplatesAdded Event

Called when a templates are added.

[Visual Basic .NET]
Public Event OnTemplatesAdded As OnTemplatesAddedEventHandler
[C#]
public event OnTemplatesAddedEventHandler OnTemplatesAdded

Product Availability

Available with ArcGIS Desktop.

Remarks

OnTemplatesAdded is triggered whenever a feature template or set of templates are added to layers in 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.AddTemplates is made.

See Also

IEditEvents5 Interface