Back to Devexpress

ASPxTreeList.CustomCallback Event

aspnet-devexpress-dot-web-dot-aspxtreelist-dot-aspxtreelist-2c20234d.md

latest2.2 KB
Original Source

ASPxTreeList.CustomCallback Event

Fires when a round trip to the server has been initiated by a call to the client ASPxClientTreeList.PerformCallback method.

Namespace : DevExpress.Web.ASPxTreeList

Assembly : DevExpress.Web.ASPxTreeList.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public event TreeListCustomCallbackEventHandler CustomCallback
vb
Public Event CustomCallback As TreeListCustomCallbackEventHandler

Event Data

The CustomCallback event's data class is TreeListCustomCallbackEventArgs. The following properties provide information specific to this event:

PropertyDescription
ArgumentGets a string that contains specific information (if any) passed from the client side.

Remarks

The CustomCallback event allows any desired server-side processing to be performed in response to a call to the client ASPxClientTreeList.PerformCustomCallback method.

Use the event parameter’s TreeListCustomCallbackEventArgs.Argument property to get the information passed from the client side.

See Also

Callbacks

PerformCustomCallback(arg)

CustomDataCallback

Tree List

ASPxTreeList Class

ASPxTreeList Members

DevExpress.Web.ASPxTreeList Namespace