Northwoods.GoWPF 2.2.4 Assembly
RaiseTemplatesChanged Method

the name of the modified dictionary property
Raise the TemplatesChanged event.
Syntax
Public Sub RaiseTemplatesChanged( _
   ByVal propertyname As String _
) 
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.

Requirements
See Also

Reference

Diagram Class
Diagram Members

 

 


© Northwoods Software 2017. All Rights Reserved.

Send Feedback