A newer version of this page is available.
Switch to the current version.
CustomDrawTaskEventHandler Delegate
Represents a reference to a method that handles the CustomDrawTask event.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v19.2.dll
Declaration
public delegate void CustomDrawTaskEventHandler(
object sender,
CustomDrawTaskEventArgs e
);
Public Delegate Sub CustomDrawTaskEventHandler(
sender As Object,
e As CustomDrawTaskEventArgs
)
Parameters
Name | Type | Description |
---|---|---|
sender | Object | The object that raised the event. |
e | CustomDrawTaskEventArgs | An object that contains event arguments. |
See Also
Feedback