Windward Engine API Reference
undeleteCompleted Event
See Also  Send comments on this topic.
WindwardReportsDrivers.SalesForce Namespace > SforceService Class : undeleteCompleted Event




Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Event undeleteCompleted As undeleteCompletedEventHandler
Visual Basic (Usage)Copy Code
Dim instance As SforceService
Dim handler As undeleteCompletedEventHandler
 
AddHandler instance.undeleteCompleted, handler
C# 
public event undeleteCompletedEventHandler undeleteCompleted
Managed Extensions for C++ 
public: __event undeleteCompletedEventHandler* undeleteCompleted
C++/CLI 
public:
event undeleteCompletedEventHandler^ undeleteCompleted

Event Data

The event handler receives an argument of type undeleteCompletedEventArgs containing data related to this event. The following undeleteCompletedEventArgs properties provide information specific to this event.

PropertyDescription
Cancelled (Inherited from System.ComponentModel.AsyncCompletedEventArgs) 
Error (Inherited from System.ComponentModel.AsyncCompletedEventArgs) 
Result  
UserState (Inherited from System.ComponentModel.AsyncCompletedEventArgs) 

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.