Event that Fires when Contact is added to Database
[Visual Basic] Public Event Contact.AddedContactEventHandler As AddedContactEventHandler [C#] public event AddedContactEventHandler Contact.AddedContactEventHandler; [C++] public: __event AddedContactEventHandler* Contact.AddedContactEventHandler;
[JScript] In JScript, you can use the events defined by a type, but you cannot define your own.
Contact Class | ppm3dakClient.Contacts Namespace