Provides data for the ItemRealized and ItemVirtualized events.
The following tables list the members exposed by the ItemPresenterEventArgs type.
Public Constructors| Name | Description | |
|---|---|---|
![]() |
Initializes a new instance of the ItemPresenterEventArgs class. |
Public Properties| Name | Description | |
|---|---|---|
![]() |
Gets the diagram item that is being realized or virtualized. |
|
![]() |
Gets the UI element that represents a diagram item. |
|
![]() |
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