[]
        
(Showing Draft Content)

C1.WinUI.Core.ItemPreparedEventArgs

ItemPreparedEventArgs Class

Contains event data for the item prepared/cleared event. The event is associated to the PrepareContainerForItemOverride and ClearContainerForItemOverride methods of classes derived from C1HierarchicalPresenter. PrepareContainerForItemOverride and ClearContainerForItemOverride are invoked to prepare/clear a visual element to display the specified data bound item.

Inheritance
ItemPreparedEventArgs
Namespace: C1.WinUI.Core
Assembly: C1.WinUI.Core.dll
Syntax
public class ItemPreparedEventArgs : EventArgs

Constructors

Name Description
ItemPreparedEventArgs()

Properties

Name Description
Element

The element used to display the specified item.

Item

The item to display.