Skip to main content
A newer version of this page is available. .

DiagramItemInsertedEventArgs(Int32, Exception) Constructor

Initializes a new DiagramItemInsertedEventArgs class instance with the specified settings.

Namespace: DevExpress.Web.ASPxDiagram

Assembly: DevExpress.Web.ASPxDiagram.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public DiagramItemInsertedEventArgs(
    int affectedRecords,
    Exception exception
)

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