Skip to main content

CustomDrawHamburgerButtonEventArgs(GraphicsCache, Rectangle, ObjectState, MethodInvoker) Constructor

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

Namespace: DevExpress.XtraBars.Navigation

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