ReadCurrentProcessDataEventArgs(String, Object) Constructor
Initializes a new instance of the EnvironmentPolicy.ReadCurrentProcessDataEventArgs class with specified settings.
Namespace: DevExpress.Data.Utils
Assembly: DevExpress.Data.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
parameter | String | The name of the process parameter. This value is assigned to the Parameter property. |
value | Object | The value of the process parameter. This value is assigned to the Value property. |
See Also