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

ReadAccessControlListsCompletedEventHandler Delegate

This delegate supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace: Microsoft.TeamFoundation.Proxy.Security
Assembly: Microsoft.TeamFoundation (in microsoft.teamfoundation.dll)

public delegate void ReadAccessControlListsCompletedEventHandler (
	Object sender,
	ReadAccessControlListsCompletedEventArgs e
)
/** @delegate */
public delegate void ReadAccessControlListsCompletedEventHandler (
	Object sender, 
	ReadAccessControlListsCompletedEventArgs e
)
JScript supports the use of delegates, but not the declaration of new ones.

Parameters

sender
e
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.