AttributeDisplayValueEditEventArgs(String, Object, String, String) Constructor
Initializes a new instance of the AttributeDisplayValueEditEventArgs class with the specified values of event arguments.
Namespace: DevExpress.Map
Assembly: DevExpress.Map.v24.1.Core.dll
NuGet Package: DevExpress.Map.Core
Declaration
public AttributeDisplayValueEditEventArgs(
string name,
object value,
string displayValue,
string patternFragment
)
Parameters
Name | Type | Description |
---|---|---|
name | String | A String object representing the name of an attribute. |
value | Object | An Object storing an attribute value. |
displayValue | String | A String object that is the string representation of the attribute value. |
patternFragment | String | A String object representing a fragment of a text pattern, which will be replaced with the display value. |
Remarks
Instances of the AttributeDisplayValueEditEventArgs class are automatically created, initialized and passed to the corresponding event handlers.
See Also