| Visual Basic (Declaration) | |
|---|---|
Public Event InitializeDataNode() As InitializeDataNodeEventHandler | |
| C# | |
|---|---|
public event InitializeDataNodeEventHandler InitializeDataNode() | |
The event handler receives an argument of type InitializeDataNodeEventArgs containing data related to this event. The following InitializeDataNodeEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Node | Returns the UltraTreeNode instance which is being initialized from the data source. |
| Reinitialize | Indicates whether this node is being reinitialized. |
| Visual Basic | Copy Code |
|---|---|
Imports Infragistics.Win.UltraWinTree | |
| C# | Copy Code |
|---|---|
using Infragistics.Win.UltraWinTree; | |
