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