Visual Basic (Declaration) | |
---|---|
Public Event retrieveQuickActionTemplatesCompleted As retrieveQuickActionTemplatesCompletedEventHandler |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As SforceService Dim handler As retrieveQuickActionTemplatesCompletedEventHandler AddHandler instance.retrieveQuickActionTemplatesCompleted, handler |
C# | |
---|---|
public event retrieveQuickActionTemplatesCompletedEventHandler retrieveQuickActionTemplatesCompleted |
Managed Extensions for C++ | |
---|---|
public: __event retrieveQuickActionTemplatesCompletedEventHandler* retrieveQuickActionTemplatesCompleted |
C++/CLI | |
---|---|
public: event retrieveQuickActionTemplatesCompletedEventHandler^ retrieveQuickActionTemplatesCompleted |
The event handler receives an argument of type retrieveQuickActionTemplatesCompletedEventArgs containing data related to this event. The following retrieveQuickActionTemplatesCompletedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
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