| BranchChangedEvent | Base event for any operations on branches. |
| BranchChangeRequestedEvent | |
| BranchCreatedEvent | An event that is raised when a branch is created using the UI or REST. |
| BranchCreationRequestedEvent | An event that is raised just before a branch is created using the UI or REST. |
| BranchDeletedEvent | An event that is raised when a branch is deleted using the UI or REST. |
| BranchDeletionRequestedEvent | An event that is raised just before a branch is deleted using the UI or REST. |
| BranchCreationCanceledException | Exception that is thrown when one or more listeners for BranchCreationRequestedEvent
canceled the branch creation. |
| BranchDeletionCanceledException | Exception that is thrown when one or more listeners for BranchDeletionRequestedEvent
canceled the branch deletion. |