ASPxTreeListSearchPanelEditorCreateEventHandler Delegate
In This Article
A method that will handle the corresponding client event.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public delegate void ASPxTreeListSearchPanelEditorCreateEventHandler(
object sender,
ASPxTreeListSearchPanelEditorCreateEventArgs e
);
#Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event source. This parameter identifies the editor which raised the event. |
e | ASPx |
An ASPx |
See Also