Skip to main content
All docs
V25.1
  • CustomDrawHamburgerButtonEventArgs(GraphicsCache, Rectangle, ObjectState, MethodInvoker) Constructor

    Initializes a new instance of the CustomDrawHamburgerButtonEventArgs class with specified settings.

    Namespace: DevExpress.XtraBars.Navigation

    Assembly: DevExpress.XtraBars.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public CustomDrawHamburgerButtonEventArgs(
        GraphicsCache cache,
        Rectangle bounds,
        ObjectState state,
        MethodInvoker defaultDraw
    )

    Parameters

    Name Type
    cache GraphicsCache
    bounds Rectangle
    state DevExpress.Utils.Drawing.ObjectState
    defaultDraw MethodInvoker
    See Also