Skip to main content
All docs
V26.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.v26.1.dll

    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