Initializes a new instance of the ItemPresenterEventArgs class.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public ItemPresenterEventArgs ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
The UI element that represents a diagram item. That would be set to the ItemView, a kind of container for item visuals.
The root visual of the item's graphics representation. It is the result of DiagramItem.CreateRenderer, e.g. an instantiation of a data template.
The diagram item that is being realized or virtualized.
See Also