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 );