-
Notifications
You must be signed in to change notification settings - Fork 26
MobileCRM.UI.QuestionnaireForm.onDeleteGroup
rescocrm edited this page May 15, 2023
·
3 revisions
Binds or unbinds the handler for onDeleteGroup event on QuestionnaireForm.
Argument | Type | Description |
---|---|---|
handler | function(questionnaireForm) | The handler function that has to be bound or unbound. |
bind | Boolean | Determines whether to bind or unbind the handler. |
scope | Object | The scope for handler calls. |