Searched defs:onCancel (Results 1 – 8 of 8) sorted by relevance
206 onCancel(fillContent?: string): void; method
569 onCancel: () => void; property
54 onCancel?: (data: SubscribeCallbackData) => void; property
103 private void onCancel() { in onCancel() method in MessageBox
186 private void onCancel(ActionEvent event) { in onCancel() method in ShowTypeDialog
103 private void onCancel(@Nullable ActionEvent event) { in onCancel() method in ShowChangeLogsDialog
557 private void onCancel(@Nullable ActionEvent event) { in onCancel() method in UpdateCheckWizardDialog
2911 onCancel(event: () => void): GestureGroupInterface; method