TdxShellTreeViewControlOptionsBehavior.ChangeDelay Property
Specifies the delay between a user action and its corresponding selection state change.
Declaration
property ChangeDelay; default 0;
Property Value
Type | Default | Description |
---|---|---|
Integer | 0 | The delay, in milliseconds. |
Remarks
The ChangeDelay
property defines the delay between a node select or deselect operation and the Shell Tree View control’s OnSelectionChanged event occurrence. If the ChangeDelay
property is set to 0
, the OnSelectionChanged event occurs immediately after a selection state change.
If selection state changes do not require an immediate response, you can assign a positive value to the ChangeDelay
property to improve your application’s performance.
The ChangeDelay
property’s default value is 0
.
See Also