Skip to content

Commit 7f611b1

Browse files
author
Marin Bratanov
committed
docs(combobox): fix event args definition
1 parent df3335c commit 7f611b1

File tree

1 file changed

+22
-3
lines changed

1 file changed

+22
-3
lines changed

api/client/args/Telerik.Web.UI.RadComboBoxItemCancelEventArgs.md

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)