Search
SelectedItemChangedEventArgs.oldItem Property
See Also
 






Gets the selected item before the change.

Namespace: MindFusion.Common.UI
File: EventArgs.js

 Syntax

JavaScript  Copy Code

get oldItem() {}

 Property Value

ListItem. The selected item before the change.

 See Also