Search
Calendar.DrilledIn Event
See Also
 





Raised when the calendar is drilled-in interactively to a more specific view.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf

 Syntax

C#  Copy Code

public event EventHandler<EventArgs> DrilledIn

Visual Basic  Copy Code

Public Event DrilledIn As EventHandler(Of EventArgs)

 Event Data

DrilledIn event handlers receive an argument of type EventArgs.

 See Also