3dak Client

Contact.Contact.UpdatedContactEventHandler Event

Event that Fires when Contact is updated in Database

[Visual Basic]
Public Event Contact.UpdatedContactEventHandler As UpdatedContactEventHandler 
[C#]
public event UpdatedContactEventHandler Contact.UpdatedContactEventHandler;
[C++]
public: __event UpdatedContactEventHandler* Contact.UpdatedContactEventHandler;

[JScript] In JScript, you can use the events defined by a type, but you cannot define your own.

See Also

Contact Class | ppm3dakClient.Contacts Namespace