GetNodeDisplayValueEventHandler Delegate
Represents a method that will handle the TreeList.GetNodeDisplayValue event.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public delegate void GetNodeDisplayValueEventHandler(
object sender,
GetNodeDisplayValueEventArgs e
);
Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event sender (typically the TreeList control). |
e | GetNodeDisplayValueEventArgs | A GetNodeDisplayValueEventArgs object that contains the event data. |
See Also