File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff 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
5150Sets 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+
You can’t perform that action at this time.
0 commit comments