Use the EventReceivers property of the SPContentType, SPFile, SPList, SPListItem, SPWeb, or SPWorkflow class to get the collection of event receivers that are registered for the Windows SharePoint Services object.
To create an event receiver definition, use one of the Add methods of the SPEventReceiverDefinitionCollection class.
Use an indexer to return a single event receiver definition from the collection. For example, assuming that the collection is assigned to a variable named myEventReceiverDefinitions, use myEventReceiverDefinitions[index] in C#, or myEventReceiverDefinitions(index) in Visual Basic .NET, where index is either the index number of the definition in the collection or the GUID of the definition.