Usages of ItemEventArgs
Method Parameters
onBendAdded (ItemEventArgs<IBend>) | in GraphWrapperBase | Raises the bend-added event. | |
onEdgeCreated (ItemEventArgs<IEdge>) | in GraphWrapperBase | Raises the edge-created event. | |
onLabelAdded (ItemEventArgs<ILabel>) | in GraphWrapperBase | Raises the label-added event. | |
onNodeCreated (ItemEventArgs<INode>) | in GraphWrapperBase | Raises the node-created event. | |
onPortAdded (ItemEventArgs<IPort>) | in GraphWrapperBase | Raises the port-added event. | |
onFocusedItemChanged (ItemEventArgs<T|null>) | in FocusIndicatorManager | Called when the focused item has changed. | |
itemAddedHandler (ItemEventArgs<T>, any) | in ItemModelManager | Event handler for item creation events that adds the item to this manager. | |
itemRemovedHandler (ItemEventArgs<T>, any) | in ItemModelManager | Event handler for item removal events that removes the item from this manager. |
Extending Types
GraphBuilderItemEventArgs | Event arguments for item events in GraphBuilder, AdjacencyGraphBuilder, and TreeBuilder. | |
BendEventArgs | A specialized subclass of the ItemEventArgs<T> class that is bound to the IBend type and carries additional owner and index information. | |
EdgeEventArgs | A specialized subclass of the ItemEventArgs<T> class that is bound to the IEdge type and carries additional source and target port information. | |
ItemChangedEventArgs | Event argument class used by IGraph if a model item's property has been changed. | |
LabelEventArgs | A specialized subclass of the ItemEventArgs<T> class that is bound to the ILabel type and carries additional owner information. | |
NodeEventArgs | A specialized subclass of the ItemEventArgs<T> class that is bound to the INode type and carries additional information about the parent node and the group node status. | |
PortEventArgs | A specialized subclass of the ItemEventArgs<T> class that is bound to the IPort type and carries additional IPortOwner information. | |
StripeEventArgs | A specialized subclass of the ItemEventArgs<T> class that is bound to the IStripe type and carries additional owner information. |