Skip to content

Commit bafa2dd

Browse files
author
Marin Bratanov
committed
docs(combobox) improve client api ref
1 parent 7f611b1 commit bafa2dd

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

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

+6-5
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ Returns the item that is about to be selected/checked from the RadComboBox list.
2323

2424
#### Returns
2525

26-
`Telerik.Web.UI.RadComboBoxItem` - the the item about to be selected/checked from the RadComboBox list.
27-
26+
`Telerik.Web.UI.RadComboBoxItem` the the item about to be selected/checked from the RadComboBox list.
2827

2928
### get_domEvent
3029

@@ -34,7 +33,7 @@ Returns the Sys.UI.DomEvent instance associated to the raised event.
3433

3534
#### Returns
3635

37-
`Sys.UI.DomEvent`
36+
`Sys.UI.DomEvent` the underlying DOM event from the browser
3837

3938
### get_cancel
4039

@@ -44,15 +43,17 @@ Gets a boolean value indicating whether the event is cancelled.
4443

4544
#### Returns
4645

47-
`Boolean` - whether the event is cancelled.
46+
`Boolean` whether the event is cancelled.
4847

4948
### set_cancel
5049

5150
Sets a boolean value that indicates whether the event will be cancelled.
5251

5352
#### Parameters
5453

55-
`Boolean` - whether the event will be cancelled.
54+
`Boolean` whether the event will be cancelled.
5655

5756
#### Returns
5857

58+
`None`
59+

0 commit comments

Comments
 (0)