Skip to main content
All docs
V25.1
  • GanttItemInsertedEventArgs(Int32, Exception) 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
    )

    Parameters

    Name Type Description
    affectedRecords Int32

    The number of inserted items.

    exception Exception

    The exception.

    See Also