Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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