Skip to main content
A newer version of this page is available. .

ChangeEventArgs.ValueOf(String) Method

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

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v18.2.dll

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