Expand Minimize
This topic has not yet been rated - Rate this topic

GetUserOofSettingsCompletedEventHandler Delegate

The GetUserOofSettingsCompletedEventHandler is the delegate type that defines the event handler that is called when the corresponding asynchronous operation completes.

Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")] 
public delegate void GetUserOofSettingsCompletedEventHandler (
	Object sender,
	GetUserOofSettingsCompletedEventArgs e
)
/** @delegate */
/** @attribute GeneratedCodeAttribute("wsdl", "2.0.50727.42") */ 
public delegate void GetUserOofSettingsCompletedEventHandler (
	Object sender, 
	GetUserOofSettingsCompletedEventArgs e
)
JScript supports the use of delegates, but not the declaration of new ones.

Parameters

sender
e

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)
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.