Raised when the ItemPresenter Control that will visualise specific item is created.
Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight
C#
![]() |
---|
public event EventHandler<ItemPresenterEventArgs> ItemPresenterCreated |
Visual Basic
![]() |
---|
Public Event ItemPresenterCreated As EventHandler(Of ItemPresenterEventArgs) |
ItemModifying event handlers receive an argument of type ItemModifyConfirmEventArgs.
This event is particularly useful when it is necessary to specify custom style for an item in different views. In this case the key of the style should be assigned to the corresponding ItemPresenter property - StyleKeyComplex, StyleKeySimpleHorizontal or StyleKeySimpleVertical.