CustomDrawEventArgs(GraphicsCache, Action) Constructor
In This Article
Initializes a new instance of the CustomDrawEventArgs class with specified settings.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v24.2.dll
NuGet Package: DevExpress.Win.Gantt
#Declaration
public CustomDrawEventArgs(
GraphicsCache cache,
Action defaultDraw
)
#Parameters
Name | Type |
---|---|
cache | Graphics |
default |
Action |
See Also