Event Listeners

Developers can listen and participate in events that take place when a user or an API call takes some action.

  • After an item is created, perform some custom action
  • Before a new component is added to the project, perform some custom action
  • When an item is marked as a dependent of another item, perform some custom action
  • When a new user is created, perform some custom action

DevelopersThe Event Listener is developed using the Microsoft.NET framework

Please read Developing Event Apps to see how Event Listeners can be used to custom apps.