ASPxParseValueEventHandler Delegate
A method that will handle ParseValue events (such as ASPxGridBase.ParseValue or ASPxTreeList.ParseValue).
Namespace: DevExpress.Web.Data
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
public delegate void ASPxParseValueEventHandler(
object sender,
ASPxParseValueEventArgs e
);
Parameters
Name | Type | Description |
---|---|---|
sender | Object | An object that is the event source. Identifies the control that raised the event. |
e | ASPxParseValueEventArgs | A ASPxParseValueEventArgs object that contains event data. |
See Also