Search
Calendar.OnDraw Method
See Also
 






Raises the Draw event.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

protected virtual void OnDraw (
    DrawEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnDraw( _
    e As DrawEventArgs _
)

 Parameters

e

An object, containing the event data.

 See Also