DisplayFieldNameChanged Event (C1TreeColumn)
In This Topic
Occurs when the list of fields to be displayed in the column changed.
Syntax
'Declaration
<C1DescriptionAttribute("C1TreeColumn.DisplayFieldNameChanged", "Occurs when the list of fields to be displayed in the column changed.")>
Public Event DisplayFieldNameChanged As EventHandler
[C1Description("C1TreeColumn.DisplayFieldNameChanged", "Occurs when the list of fields to be displayed in the column changed.")]
public event EventHandler DisplayFieldNameChanged
See Also