Skip to main content

TokenEditorBehavior.ProcessTokensChanging(TokensChangingEventArgs) Method

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public virtual void ProcessTokensChanging(
    TokensChangingEventArgs args
)

Parameters

Name Type Description
args TokensChangingEventArgs

A TokensChangingEventArgs object that contains event data.

See Also