ChangeEventArgs.Add(String, Object) Method
Initializes a new instance of the DevExpress.XtraPrinting.ChangeEventArgs.EventInfo class with the specified name and value and adds it to the collection.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
name | String | A String specifying the event’s name. |
value | Object | An Object specifying the value of the DevExpress.XtraPrinting.ChangeEventArgs.EventInfo object. |
See Also