Raised when the CellPresenter control that will visualize specific view cell is created.
Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight
C# Copy Code |
---|
public event EventHandler<CellPresenterEventArgs> CellPresenterCreated |
Visual Basic Copy Code |
---|
Public Event CellPresenterCreated As EventHandler(Of CellPresenterEventArgs) |
CellPresenterCreated event handlers receive an argument of type CellPresenterEventArgs.
This event can be used to supply custom styles to specific cells.