File tree Expand file tree Collapse file tree 1 file changed +22
-3
lines changed Expand file tree Collapse file tree 1 file changed +22
-3
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ slug: Telerik.Web.UI.RadComboBoxItemCancelEventArgs
15
15
16
16
## Methods
17
17
18
- ### get_text
18
+ ### get_item
19
19
20
- Returns the text from the input of the RadComboBox.
20
+ Returns the item that is about to be selected/checked from the RadComboBox list .
21
21
22
22
#### Parameters
23
23
24
24
#### Returns
25
25
26
- ` String ` - the text from the input of the RadComboBox
26
+ ` Telerik.Web.UI.RadComboBoxItem ` - the the item about to be selected/checked from the RadComboBox list.
27
27
28
28
29
29
### get_domEvent
@@ -36,4 +36,23 @@ Returns the Sys.UI.DomEvent instance associated to the raised event.
36
36
37
37
` Sys.UI.DomEvent `
38
38
39
+ ### get_cancel
40
+
41
+ Gets a boolean value indicating whether the event is cancelled.
42
+
43
+ #### Parameters
44
+
45
+ #### Returns
46
+
47
+ ` Boolean ` - whether the event is cancelled.
48
+
49
+ ### set_cancel
50
+
51
+ Sets a boolean value that indicates whether the event will be cancelled.
52
+
53
+ #### Parameters
54
+
55
+ ` Boolean ` - whether the event will be cancelled.
56
+
57
+ #### Returns
39
58
You can’t perform that action at this time.
0 commit comments