documentationfor yFiles for HTML 3.0.0.3

Usages of ItemEventArgs

Method Parameters

onBendAdded (ItemEventArgs<IBend>)in GraphWrapperBaseRaises the bend-added event.
onEdgeCreated (ItemEventArgs<IEdge>)in GraphWrapperBaseRaises the edge-created event.
onLabelAdded (ItemEventArgs<ILabel>)in GraphWrapperBaseRaises the label-added event.
onNodeCreated (ItemEventArgs<INode>)in GraphWrapperBaseRaises the node-created event.
onPortAdded (ItemEventArgs<IPort>)in GraphWrapperBaseRaises the port-added event.
onFocusedItemChanged (ItemEventArgs<T|null>)in FocusIndicatorManagerCalled when the focused item has changed.
itemAddedHandler (ItemEventArgs<T>, any)in ItemModelManagerEvent handler for item creation events that adds the item to this manager.
itemRemovedHandler (ItemEventArgs<T>, any)in ItemModelManagerEvent handler for item removal events that removes the item from this manager.

Extending Types

GraphBuilderItemEventArgsEvent arguments for item events in GraphBuilder, AdjacencyGraphBuilder, and TreeBuilder.
BendEventArgsA specialized subclass of the ItemEventArgs<T> class that is bound to the IBend type and carries additional owner and index information.
EdgeEventArgsA specialized subclass of the ItemEventArgs<T> class that is bound to the IEdge type and carries additional source and target port information.
ItemChangedEventArgsEvent argument class used by IGraph if a model item's property has been changed.
LabelEventArgsA specialized subclass of the ItemEventArgs<T> class that is bound to the ILabel type and carries additional owner information.
NodeEventArgsA 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.
PortEventArgsA specialized subclass of the ItemEventArgs<T> class that is bound to the IPort type and carries additional IPortOwner information.
StripeEventArgsA specialized subclass of the ItemEventArgs<T> class that is bound to the IStripe type and carries additional owner information.