Namespace: Cartella.SalesForce
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public event undeleteCompletedEventHandler undeleteCompleted
Visual Basic
Public Event undeleteCompleted As undeleteCompletedEventHandler
Visual C++
public:
 event undeleteCompletedEventHandler^ undeleteCompleted {
	void add (undeleteCompletedEventHandler^ value);
	void remove (undeleteCompletedEventHandler^ value);
}

Remarks