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


OnTemplatesAddedEventHandler Delegate (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help    

OnTemplatesAddedEventHandler Delegate

Represents the method that handles the OnTemplatesAdded event.
[Visual Basic .NET]
Public Delegate Sub OnTemplatesAddedEventHandler ( _
    ByVal editTemplates As IArray _
)
[C#]
public delegate void OnTemplatesAddedEventHandler (
    IArray editTemplates
);