Skip to main content

ASPxClientTreeListFocusedCellChangingEventArgs Class

Provides data for the ASPxClientTreeList.FocusedCellChanging event.

#Declaration

TypeScript
declare class ASPxClientTreeListFocusedCellChangingEventArgs extends ASPxClientCancelEventArgs

#Remarks

ASPxClientTreeListFocusedCellChangingEventArgs objects with proper settings are automatically created and passed to corresponding event handlers.

#Inheritance

ASPxClientEventArgs
ASPxClientCancelEventArgs
ASPxClientTreeListFocusedCellChangingEventArgs
See Also