Skip to main content

ASPxClientTreeListColumnResizingEventHandler<Sender> Interface

A method that will handle the ASPxClientTreeList.ColumnResizing event.

Declaration

interface ASPxClientTreeListColumnResizingEventHandler<Sender> { (source: Sender, e: ASPxClientTreeListColumnResizingEventArgs): void; }

Parameters

Name Type Description
source Sender

The event source. Identifies the ASPxFileManager control that raised the event.

e ASPxClientTreeListColumnResizingEventArgs

A ASPxClientTreeListColumnResizingEventArgs object that contains event data.

See Also