Skip to main content

CustomDisplayTextEventArgs(RoutedEvent, Object) Constructor

In This Article

Namespace: DevExpress.Xpf.Editors

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

#Declaration

public CustomDisplayTextEventArgs(
    RoutedEvent routedEvent,
    object source
)

#Parameters

Name Type
routedEvent RoutedEvent
source Object
See Also