Graph Events

 

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

NameDescription
System_CAPS_pubeventBeginUndoableTransactionScope

Will be notified when an UndoableGraphTransactionScope is opened by the Graph.BeginUpdate method.

System_CAPS_pubeventCategoryChanged

(Inherited from GraphObject.)

System_CAPS_pubeventEndUndoableTransactionScope

Will be notified when the UndoableGraphTransactionScope opened by Graph.BeginUpdate is disposed.

System_CAPS_pubeventPropertyChanged

(Inherited from GraphObject.)

System_CAPS_pubeventUpdated

Event implementation for GraphUpdated.

System_CAPS_pubeventUpdating

Event implementation for BeforeUpdate. This is an event that can be listened on and cancel the changes to a graph.

Return to top
Show: