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