AdornerUIManager.QueryGuideFlyoutControl Event
Occurs when a Guide is activated and allows you to populate a flyout panel associated with this guide.
Namespace: DevExpress.Utils.VisualEffects
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
[DXCategory("Events")]
public event QueryGuideFlyoutControlEventHandler QueryGuideFlyoutControl
Event Data
The QueryGuideFlyoutControl event's data class is DevExpress.Utils.VisualEffects.QueryGuideFlyoutControlEventArgs.
Remarks
Refer to the Adorner Guides article to learn more.
See Also