Skip to content

Commit

Permalink
docs(combobox) improve client api ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Marin Bratanov committed May 9, 2017
1 parent 7f611b1 commit bafa2dd
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions api/client/args/Telerik.Web.UI.RadComboBoxItemCancelEventArgs.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ Returns the item that is about to be selected/checked from the RadComboBox list.

#### Returns

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

`Telerik.Web.UI.RadComboBoxItem` the the item about to be selected/checked from the RadComboBox list.

### get_domEvent

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

#### Returns

`Sys.UI.DomEvent`
`Sys.UI.DomEvent` the underlying DOM event from the browser

### get_cancel

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

#### Returns

`Boolean` - whether the event is cancelled.
`Boolean` whether the event is cancelled.

### set_cancel

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

#### Parameters

`Boolean` - whether the event will be cancelled.
`Boolean` whether the event will be cancelled.

#### Returns

`None`

0 comments on commit bafa2dd

Please sign in to comment.