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

    Initializes a new instance of the GanttItemInsertedEventArgs class with specified settings.

    Namespace: DevExpress.Web.ASPxGantt

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

    NuGet Package: DevExpress.Web

    Declaration

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

    Parameters

    Name Type Description
    affectedRecords Int32

    The number of inserted items.

    exception Exception

    An exception.

    values OrderedDictionary

    A dictionary of inserted field name/value pairs for the items.

    See Also