MindFusion.Wpf Pack Programmer's Guide
Calendar.CellPresenterCreated Event
See Also
 





Raised when the CellPresenter control that will visualize specific view cell is created.

Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public event EventHandler<CellPresenterEventArgs> CellPresenterCreated

Visual Basic  Copy Code

Public Event CellPresenterCreated As EventHandler(Of CellPresenterEventArgs)

 Event Data

CellPresenterCreated event handlers receive an argument of type CellPresenterEventArgs.

 Remarks

This event can be used to supply custom styles to specific cells.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.Wpf Namespace