UpdateFolderCompletedEventHandler Delegate

The UpdateFolderCompletedEventHandler is the delegate type that defines the event handler that is called when the corresponding asynchronous operation is complete.

Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)

Syntax

'Declaration
<GeneratedCodeAttribute("wsdl", "2.0.50727.42")> _
Public Delegate Sub UpdateFolderCompletedEventHandler ( _
    sender As Object, _
    e As UpdateFolderCompletedEventArgs _
)
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")] 
public delegate void UpdateFolderCompletedEventHandler (
    Object sender,
    UpdateFolderCompletedEventArgs e
)
[GeneratedCodeAttribute(L"wsdl", L"2.0.50727.42")] 
public delegate void UpdateFolderCompletedEventHandler (
    Object^ sender, 
    UpdateFolderCompletedEventArgs^ e
)
/** @delegate */
/** @attribute GeneratedCodeAttribute("wsdl", "2.0.50727.42") */ 
public delegate void UpdateFolderCompletedEventHandler (
    Object sender, 
    UpdateFolderCompletedEventArgs e
)
JScript supports the use of delegates, but not the declaration of new ones.

Parameters

  • sender
  • e

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)

See Also