Search
Calendar.OnResourceViewBottomTimelineClick Method
See Also
 






Raises the ResourceViewBottomTimelineClick event.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

protected virtual void OnResourceViewBottomTimelineClick (
    DateEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnResourceViewBottomTimelineClick( _
    e As DateEventArgs _
)

 Parameters

e

An object, containing the event data.

 See Also