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