| Visual Basic (Declaration) | |
|---|---|
Public Event ColumnSetGenerated() As ColumnSetGeneratedEventHandler | |
| C# | |
|---|---|
public event ColumnSetGeneratedEventHandler ColumnSetGenerated() | |
The event handler receives an argument of type ColumnSetGeneratedEventArgs containing data related to this event. The following ColumnSetGeneratedEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| ColumnSet | Returns the newly generated UltraTreeColumnSet |
This event fires when the tree generates a new UltraTreeColumnSet as a result of creating a data bound node or collection of nodes.
| Visual Basic | Copy Code |
|---|---|
Imports Infragistics.Win.UltraWinTree | |
| C# | Copy Code |
|---|---|
using Infragistics.Win.UltraWinTree; | |
