Allows derived classes to customize the visual tree of the template constructed in
BuildTemplate(Node), for example by setting up additional properties.
Namespace:
Mindscape.WpfPropertyGridAssembly: Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
protected virtual void OnCustomizeTemplate( FrameworkElementFactory factory, Node node ) |
Visual Basic (Declaration) |
---|
Protected Overridable Sub OnCustomizeTemplate ( _ factory As FrameworkElementFactory, _ node As Node _ ) |
Parameters
- factory
- Type: System.Windows..::.FrameworkElementFactory
The FrameworkElementFactory that defines the template visual tree.
- node
- Type: Mindscape.WpfPropertyGrid..::.Node
The node which the template will edit.