A newer version of this page is available.
Switch to the current version.
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.v18.2.dll
Declaration
public void Add(
string name,
object value
)
Public Sub Add(
name As String,
value As Object
)
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
Feedback