Back to Devexpress

IDocumentActionsArgs Interface

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-d4aab45d.md

latest1.7 KB
Original Source

IDocumentActionsArgs Interface

Provides members that store specific data for the ISupportDocumentActions.OnQueryDocumentActions method and the WindowsUIView.QueryDocumentActions event.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public interface IDocumentActionsArgs :
    IUIActionsArgs<Document>
vb
Public Interface IDocumentActionsArgs
    Inherits IUIActionsArgs(Of Document)

Remarks

See the How To: Create Custom Document Actions topic to learn more.

See Also

IDocumentActionsArgs Members

How To: Create Custom Document Actions

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace