DiagramItemInsertedEventArgs Constructors
Provides data for the EdgeInserted and NodeInserted events.Name | Parameters | Description |
---|---|---|
DiagramItemInsertedEventArgs(Int32, Exception, OrderedDictionary) | affectedRecords, exception, values | Initializes a new DiagramItemInsertedEventArgs class instance with the specified settings. |
DiagramItemInsertedEventArgs(Int32, Exception) | affectedRecords, exception | Initializes a new DiagramItemInsertedEventArgs class instance with the specified settings. |
See Also