Search
ItemPresenterEventArgs Members
Constructors Properties
 


Provides data for the ItemRealized and ItemVirtualized events.

The following tables list the members exposed by the ItemPresenterEventArgs type.

 Public Constructors

  Name Description

ItemPresenterEventArgs

Initializes a new instance of the ItemPresenterEventArgs class.

 Public Properties

  Name Description

Item

Gets the diagram item that is being realized or virtualized.

ItemContainer

Gets the UI element that represents a diagram item.

ItemVisual

Gets the root visual of the item's graphics representation. It is the result of DiagramItem.CreateRenderer, e.g. an instantiation of a data template.

 See Also