Back to Devexpress

EnvironmentPolicy.ReadCurrentProcessData Event

corelibraries-devexpress-dot-data-dot-utils-dot-environmentpolicy-e4bb20b7.md

latest2.6 KB
Original Source

EnvironmentPolicy.ReadCurrentProcessData Event

Fires after the DevExpress control has read current process data.

Namespace : DevExpress.Data.Utils

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public static event EventHandler<EnvironmentPolicy.ReadCurrentProcessDataEventArgs> ReadCurrentProcessData
vb
Public Shared Event ReadCurrentProcessData As EventHandler(Of EnvironmentPolicy.ReadCurrentProcessDataEventArgs)

Event Data

The ReadCurrentProcessData event's data class is EnvironmentPolicy.ReadCurrentProcessDataEventArgs. The following properties provide information specific to this event:

PropertyDescription
ParameterGets the name of the process parameter.
ValueGets or sets the value of the process parameter.

The event data class exposes the following methods:

MethodDescription
ToString()Returns a human-readable representation of the ReadCurrentProcessDataEventArgs object.

Remarks

The EnvironmentPolicy fires the ReadCurrentProcessData event after the DevExpress control has read the value of the process parameter (e.Parameter). Use the e.Value event parameter to modify the parameter value if necessary.

Read the following topic for additional information: Environment Policy.

See Also

ReadingCurrentProcessData

SuppressReadingCurrentProcessData()

EnvironmentPolicy Class

EnvironmentPolicy Members

DevExpress.Data.Utils Namespace