TokensChangedEventArgs.AddedTokens Property
Gets the list of tokens that have been added.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
IList<Object> | The list of tokens that have been added. |
See Also