DiagramItemInsertedEventArgs(Int32, Exception) Constructor
Initializes a new DiagramItemInsertedEventArgs class instance with the specified settings.
Namespace: DevExpress.Web.ASPxDiagram
Assembly: DevExpress.Web.ASPxDiagram.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
affectedRecords | Int32 | The number of records affected by the current data operation. |
exception | Exception | An exception that was raised during the data operation. |
See Also