TdxTreeViewCustomOptionsBehavior.ChangeDelay Property
In This Article
Specifies a delay between a user action and the corresponding selection state change.
#Declaration
Delphi
property ChangeDelay: Integer read; write;
#Property Value
Type | Description |
---|---|
Integer | The delay between a user action and the corresponding selection state change, in milliseconds. |
#Remarks
The ChangeDelay
property specifies a delay between a node select or deselect operation and the control’s OnSelectionChanged event occurrence. If the ChangeDelay
property is set to 0
, the OnSelectionChanged event occurs immediately after a selection change.
Tip
If selection state changes do not require an immediate response, you can assign a positive value to the Change
property to improve performance.
See Also