DateTimeEditors for WinRT
ItemPrepared Event

Occurs when a C1HierarchicalPresenter child item is prepared (PrepareContainerForItemOverride was invoked).
Syntax
'Declaration
 
Public Event ItemPrepared As System.EventHandler(Of ItemPreparedEventArgs)
public event System.EventHandler<ItemPreparedEventArgs> ItemPrepared
Event Data

The event handler receives an argument of type ItemPreparedEventArgs containing data related to this event. The following ItemPreparedEventArgs properties provide information specific to this event.

PropertyDescription
ElementThe element used to display the specified item.  
ItemThe item to display.  
See Also

Reference

C1HierarchicalPresenter Class
C1HierarchicalPresenter Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback