Search
Calendar.OnItemDrawing Method
See Also
 






Raises the ItemDrawing event.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

protected virtual void OnItemDrawing (
    DrawEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnItemDrawing( _
    e As DrawEventArgs _
)

 Parameters

e

An object, containing the event data.

 See Also