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

    Initializes a new DiagramItemInsertedEventArgs class instance with the specified settings.

    Namespace: DevExpress.Web.ASPxDiagram

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

    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