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.v25.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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