Skip to main content
A newer version of this page is available. .

TokensChangedEventArgs(IList<Object>, IList<Object>) Constructor

Initializes a new instance of the TokensChangedEventArgs class.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public TokensChangedEventArgs(
    IList<object> addedTokens,
    IList<object> removedTokens
)

Parameters

Name Type Description
addedTokens IList<Object>

The list of tokens that have been added.

removedTokens IList<Object>

The list of tokens that have been removed.

See Also