GanttItemInsertedEventArgs(Int32, Exception, OrderedDictionary) 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
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