Compartilhar via


EventHandlerCollection.Remove método

Remove o manipulador de eventos especificado da coleção.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (em Microsoft.ProjectServer.Client.dll)

Sintaxe

'Declaração
<RemoteAttribute> _
Public Function Remove ( _
    handler As EventHandler _
) As ClientResult(Of Boolean)
'Uso
Dim instance As EventHandlerCollection
Dim handler As EventHandler
Dim returnValue As ClientResult(Of Boolean)

returnValue = instance.Remove(handler)
[RemoteAttribute]
public ClientResult<bool> Remove(
    EventHandler handler
)

Parâmetros

Valor retornado

Tipo: Microsoft.SharePoint.Client.ClientResult<Boolean>
True se o objeto é removido da coleção; Caso contrário, False.

Ver também

Referência

EventHandlerCollection classe

EventHandlerCollection membros

Microsoft.ProjectServer.Client namespace