ASPxParseValueEventArgs Constructors
Provides data for ParseValue events (such as ASPxGridBase.ParseValue or ASPxTreeList.ParseValue).| Name | Parameters | Description |
|---|---|---|
| ASPxParseValueEventArgs(String, Object, Int32) | fieldName, value, itemIndex | Initializes a new instance of the ASPxParseValueEventArgs class with the specified settings. |
| ASPxParseValueEventArgs(String, Object) | fieldName, value | Initializes a new instance of the ASPxParseValueEventArgs class. |
See Also