Raised when the calendar is drilled-out interactively to a more general view.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public event EventHandler<EventArgs> DrilledOut |
Visual Basic
Copy Code
|
|---|
Public Event DrilledOut As EventHandler(Of EventArgs) |
Event DataDrilledOut event handlers receive an argument of type EventArgs.
See Also