aspnet-js-aspxclientcanceleventargs-d9f6e124.md
Provides data for cancelable client events.
declare class ASPxClientCancelEventArgs extends ASPxClientEventArgs
This is the base class for the arguments of cancelable client-side events. A cancelable event is raised by a client control when it is about to perform an action that can be canceled.
The ASPxClientCancelEventArgs object provides the ASPxClientCancelEventArgs.cancel property to indicate whether the action raising the event should be canceled.
ASPxClientCancelEventArgs objects with appropriate settings are automatically created and passed to the corresponding event handlers.
Show 90 items
ASPxClientEventArgs ASPxClientCancelEventArgs ASPxClientHtmlEditorCommandExecutingEventArgs
ASPxClientRichEditPopupMenuShowingEventArgs
ASPxClientAppointmentDeletingEventArgs
ASPxClientAppointmentToolTipShowingEventArgs
ASPxClientSpreadsheetPopupMenuShowingEventArgs
ASPxClientSpreadsheetCellBeginEditEventArgs
ASPxClientTreeListColumnResizingEventArgs
ASPxClientTreeListBatchEditStartEditingEventArgs
ASPxClientTreeListBatchEditEndEditingEventArgs
ASPxClientTreeListBatchEditNodeChangesCancelingEventArgs
ASPxClientTreeListBatchEditChangesSavingEventArgs
ASPxClientTreeListBatchEditChangesCancelingEventArgs
ASPxClientTreeListBatchEditNodeInsertingEventArgs
ASPxClientTreeListBatchEditNodeDeletingEventArgs
ASPxClientTreeListBatchEditNodeRecoveringEventArgs
ASPxClientTreeListBatchEditConfirmShowingEventArgs
ASPxClientTreeListFocusedCellChangingEventArgs
ASPxClientTreeListClipboardCellPastingEventArgs
ASPxClientTreeListCellSelectionChangingEventArgs
ASPxClientDockManagerCancelEventArgs
ASPxClientImageGalleryCancelEventArgs
ASPxClientPopupWindowCancelEventArgs
ASPxClientDropDownCommandEventArgs
ASPxClientCardViewColumnCancelEventArgs
ASPxClientCardViewCardFocusingEventArgs
ASPxClientCardViewCardClickEventArgs
ASPxClientCardViewGroupCancelEventArgs
ASPxClientCardViewBatchEditStartEditingEventArgs
ASPxClientCardViewBatchEditEndEditingEventArgs
ASPxClientCardViewBatchEditCardChangesCancelingEventArgs
ASPxClientCardViewBatchEditConfirmShowingEventArgs
ASPxClientCardViewBatchEditChangesSavingEventArgs
ASPxClientCardViewBatchEditChangesCancelingEventArgs
ASPxClientCardViewBatchEditCardInsertingEventArgs
ASPxClientCardViewBatchEditCardDeletingEventArgs
ASPxClientCardViewBatchEditCardRecoveringEventArgs
ASPxClientCardViewFocusedCellChangingEventArgs
ASPxClientGridViewColumnCancelEventArgs
ASPxClientGridViewRowCancelEventArgs
ASPxClientGridViewBatchEditConfirmShowingEventArgs
ASPxClientGridViewBatchEditStartEditingEventArgs
ASPxClientGridViewBatchEditEndEditingEventArgs
ASPxClientGridViewBatchEditRowChangesCancelingEventArgs
ASPxClientGridViewBatchEditChangesSavingEventArgs
ASPxClientGridViewBatchEditChangesCancelingEventArgs
ASPxClientGridViewBatchEditRowInsertingEventArgs
ASPxClientGridViewBatchEditRowDeletingEventArgs
ASPxClientGridViewBatchEditRowRecoveringEventArgs
ASPxClientGridViewFocusedCellChangingEventArgs
ASPxClientGridViewCellSelectionChangingEventArgs
ASPxClientGridViewClipboardCellPastingEventArgs
ASPxClientVerticalGridRowCancelEventArgs
ASPxClientVerticalGridRecordClickEventArgs
ASPxClientVerticalGridBatchEditStartEditingEventArgs
ASPxClientVerticalGridBatchEditEndEditingEventArgs
ASPxClientVerticalGridBatchEditRecordChangesCancelingEventArgs
ASPxClientVerticalGridBatchEditConfirmShowingEventArgs
ASPxClientVerticalGridBatchEditChangesSavingEventArgs
ASPxClientVerticalGridBatchEditChangesCancelingEventArgs
ASPxClientVerticalGridBatchEditRecordInsertingEventArgs
ASPxClientVerticalGridBatchEditRecordDeletingEventArgs
ASPxClientVerticalGridBatchEditRecordRecoveringEventArgs
ASPxClientVerticalGridFocusedCellChangingEventArgs
ASPxClientVerticalGridClipboardCellPastingEventArgs
ASPxClientVerticalGridCellSelectionChangingEventArgs
ASPxClientSpellCheckerBeforeCheckEventArgs
ASPxClientGanttContextMenuCustomizationEventArgs
ASPxClientGanttStartCellEditingEventArgs
ASPxClientGanttEndCellEditingEventArgs
ASPxClientGanttTaskInsertingEventArgs
ASPxClientGanttTaskDeletingEventArgs
ASPxClientGanttTaskUpdatingEventArgs
ASPxClientGanttTaskMovingEventArgs
ASPxClientGanttTaskEditDialogShowingEventArgs
ASPxClientGanttResourceManagerDialogShowingEventArgs
ASPxClientGanttFocusedTaskChangingEventArgs
ASPxClientGanttDependencyInsertingEventArgs
ASPxClientGanttDependencyDeletingEventArgs
ASPxClientGanttResourceInsertingEventArgs
ASPxClientGanttResourceDeletingEventArgs
ASPxClientGanttResourceAssigningEventArgs
ASPxClientGanttResourceUnassigningEventArgs
ASPxClientGanttTooltipShowingEventArgs
ASPxClientGanttProgressTooltipShowingEventArgs
ASPxClientGanttTimeTooltipShowingEventArgs
ASPxClientGanttTaskShowingEventArgs
ASPxClientGanttContextMenuEventArgs
See Also