GoXam for WPF v3
RaiseTemplatesChanged Method
Northwoods.GoXam Namespace > Diagram Class : RaiseTemplatesChanged Method
the name of the modified dictionary property
Raise the TemplatesChanged event.
Syntax
public void RaiseTemplatesChanged( 
   string propertyname
)

Parameters

propertyname
the name of the modified dictionary property
Remarks

You should call this after dynamically modifying the contents of one of the following dictionaries: NodeTemplateDictionary, GroupTemplateDictionary, or LinkTemplateDictionary. Pass the name of one of those three properties as the argument.

This method is called automatically when you set any of the Diagram properties that are of type DataTemplate or DataTemplateDictionary.

See Also

Reference

Diagram Class
Diagram Members