ChangeEventArgs.ValueOf(String) Method
Returns an object, containing information about the event with the specified name.
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 name. |
Returns
Type | Description |
---|---|
Object | A DevExpress.XtraPrinting.ChangeEventArgs.EventInfo object with the specified name. |
See Also