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

CustomDrawHamburgerButtonEventArgs(GraphicsCache, Rectangle, ObjectState, MethodInvoker) Constructor

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

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.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