Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public void Add(
    string name,
    object value
)

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