src/components/kendoUI/bindingnavigator/service/bindingnavigator.service.ts
Properties |
|
Methods |
Accessors |
bindingNavigatorOnClick | ||||||||
bindingNavigatorOnClick(event: any)
|
||||||||
Notifies an event to the container component
Parameters :
Returns :
void
|
Private eventEmitted |
Type : Subject<any>
|
Default value : new Subject<any>()
|
Event emitted of Binding Navigator service Subject statement |
bindingNavigatorEventNotification |
getbindingNavigatorEventNotification()
|
Gets event emitted notification
Returns :
Observable<any>
|