Skip to main content
All docs
V25.1
  • DiagramItemInsertedEventArgs(Int32, Exception, OrderedDictionary) Constructor

    Initializes a new DiagramItemInsertedEventArgs class instance with the specified settings.

    Namespace: DevExpress.Web.ASPxDiagram

    Assembly: DevExpress.Web.ASPxDiagram.v25.1.dll

    NuGet Package: DevExpress.Web

    Declaration

    public DiagramItemInsertedEventArgs(
        int affectedRecords,
        Exception exception,
        OrderedDictionary values
    )

    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.

    values OrderedDictionary

    A dictionary of modified field name/value pairs for the record.

    See Also