windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-windowsuiview-13d7730c.md
Allows you to add How To: Create Custom Document Actions to Content Containers within the current WindowsUIView.
Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public event QueryDocumentActionsEventHandler QueryDocumentActions
Public Event QueryDocumentActions As QueryDocumentActionsEventHandler
The QueryDocumentActions event's data class is DevExpress.XtraBars.Docking2010.Views.WindowsUI.QueryDocumentActionsEventArgs.
The QueryDocumentActions event occurs each time a Document within the WindowsUIView is activated. You can handle this event and add a required DocumentAction or DocumentCheckAction object to the Content Container’s header, depending on which Document is activated. If a User Control, which is the activated Document’s content, implements the ISupportDocumentActions interface, the ISupportDocumentActions.OnQueryDocumentActions method follows the QueryDocumentActions event.
See the How To: Create Custom Document Actions topic to learn more.
See Also
OnQueryDocumentActions(IDocumentActionsArgs)