Raised before the items are drawn in the current drawing pass.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public event EventHandler BeginItemDrawing |
Visual Basic
Copy Code
|
|---|
Public Event BeginItemDrawing As EventHandler |
Event DataBeginItemDrawing event handlers receive an argument of type EventArgs.
See Also