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
1515
1616## Methods
1717
18- ### get_text
18+ ### get_item
1919
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 .
2121
2222#### Parameters
2323
2424#### Returns
2525
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.
2727
2828
2929### get_domEvent
@@ -36,4 +36,23 @@ Returns the Sys.UI.DomEvent instance associated to the raised event.
3636
3737` Sys.UI.DomEvent `
3838
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
3958
You can’t perform that action at this time.
0 commit comments