File tree 1 file changed +6
-5
lines changed
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.
23
23
24
24
#### Returns
25
25
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.
28
27
29
28
### get_domEvent
30
29
@@ -34,7 +33,7 @@ Returns the Sys.UI.DomEvent instance associated to the raised event.
34
33
35
34
#### Returns
36
35
37
- ` Sys.UI.DomEvent `
36
+ ` Sys.UI.DomEvent ` the underlying DOM event from the browser
38
37
39
38
### get_cancel
40
39
@@ -44,15 +43,17 @@ Gets a boolean value indicating whether the event is cancelled.
44
43
45
44
#### Returns
46
45
47
- ` Boolean ` - whether the event is cancelled.
46
+ ` Boolean ` whether the event is cancelled.
48
47
49
48
### set_cancel
50
49
51
50
Sets a boolean value that indicates whether the event will be cancelled.
52
51
53
52
#### Parameters
54
53
55
- ` Boolean ` - whether the event will be cancelled.
54
+ ` Boolean ` whether the event will be cancelled.
56
55
57
56
#### Returns
58
57
58
+ ` None `
59
+
You can’t perform that action at this time.
0 commit comments