Skip to main content

FlyoutSettings.OnPropertyChanged(FlyoutBase, PropertyChangedEventArgs) Method

Invoked whenever the effective value of any dependency property of the specified flyout has been updated.

Namespace: DevExpress.Xpf.Editors.Flyout

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public override void OnPropertyChanged(
    FlyoutBase flyout,
    PropertyChangedEventArgs e
)

Parameters

Name Type Description
flyout FlyoutBase

A FlyoutBase descendant.

e PropertyChangedEventArgs

The event data that describes the property that changed, as well as old and new values.

See Also