 | TreeParameters(String, Frameworkelement) Constructor |
Constructor - takes the logical name of the tree and the parent control.
Namespace: Vishnu.InterchangeAssembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic TreeParameters(
string name,
FrameworkElement? parentView
)
Public Sub New (
name As String,
parentView As FrameworkElement
)
public:
TreeParameters(
String^ name,
FrameworkElement^ parentView
)
new :
name : string *
parentView : FrameworkElement -> TreeParameters
Parameters
- name String
- The logical name of the tree.
- parentView FrameworkElement
- The parent control.
See also