Skip to main content

ASPxTreeListSearchPanelEditorEventHandler Delegate

In This Article

A method that will handle the corresponding client event.

Namespace: DevExpress.Web.ASPxTreeList

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

#Declaration

public delegate void ASPxTreeListSearchPanelEditorEventHandler(
    object sender,
    ASPxTreeListSearchPanelEditorEventArgs e
);

#Parameters

Name Type Description
sender Object

The event source. This parameter identifies the editor which raised the event.

e ASPxTreeListSearchPanelEditorEventArgs

An ASPxTreeListSearchPanelEditorEventArgs object that contains event data.

See Also