Skip to main content

GanttItemInsertedEventArgs(Int32, Exception) Constructor

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

Namespace: DevExpress.Web.ASPxGantt

Assembly: DevExpress.Web.ASPxGantt.v23.2.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