IGraphChangedListenerEdgePropertyRemoved Method |
Raised after an edge property was removed.
Namespace:
VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Event.Listener
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax void EdgePropertyRemoved(
IEdge edge,
string key,
Object removedValue
)
Sub EdgePropertyRemoved (
edge As IEdge,
key As String,
removedValue As Object
)
void EdgePropertyRemoved(
IEdge^ edge,
String^ key,
Object^ removedValue
)
abstract EdgePropertyRemoved :
edge : IEdge *
key : string *
removedValue : Object -> unit
Parameters
- edge
- Type: VelocityGraph.Frontenac.BlueprintsIEdge
the edge that changed - key
- Type: SystemString
the key that was removed - removedValue
- Type: SystemObject
the value of the property that was removed
See Also