Skip to main content

ChangeEventArgs.ValueOf(String) Method

Returns an object, containing information about the event with the specified name.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public object ValueOf(
    string name
)

Parameters

Name Type Description
name String

A String specifying the event name.

Returns

Type Description
Object

A DevExpress.XtraPrinting.ChangeEventArgs.EventInfo object with the specified name.

See Also