public event [AllocationAddedEventHandler] AllocationAdded
Public Event AllocationAdded As [AllocationAddedEventHandler]
public:
event [AllocationAddedEventHandler]^ AllocationAdded {
void add ([AllocationAddedEventHandler]^ value);
void remove ([AllocationAddedEventHandler]^ value);
}