ArcObjects Library Reference (Editor)  

IEditor3.TemplateModified Method

Broadcasts the change to the rest of the system.

[Visual Basic .NET]
Public Sub TemplateModified ( _
    ByVal editTemplate As IEditTemplate _
)
[C#]
public void TemplateModified (
    IEditTemplate editTemplate
);

Product Availability

Available with ArcGIS Desktop.

See Also

IEditor3 Interface