GanttItemInsertedEventArgs(Int32, Exception) Constructor
Initializes a new instance of the GanttItemInsertedEventArgs class with specified settings.
Namespace: DevExpress.Web.ASPxGantt
Assembly: DevExpress.Web.ASPxGantt.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
affectedRecords | Int32 | The number of inserted items. |
exception | Exception | The exception. |
See Also