ASPxClientVerticalGridFocusedCellChangingEventHandler<Sender> Interface
In This Article
A method that will handle the ASPxClientVerticalGrid.FocusedCellChanging event.
#Declaration
TypeScript
interface ASPxClientVerticalGridFocusedCellChangingEventHandler<Sender> { (source: Sender, e: ASPxClientVerticalGridFocusedCellChangingEventArgs): void; }
#Parameters
Name | Type | Description |
---|---|---|
source | Sender | The event source. |
e | ASPx |
An ASPx |