GetPasswordExpirationDateCompletedEventHandler Delegate

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

Syntax

'Declaration
Public Delegate Sub GetPasswordExpirationDateCompletedEventHandler ( _
    sender As Object, _
    e As GetPasswordExpirationDateCompletedEventArgs _
)
'Usage
Dim instance As New GetPasswordExpirationDateCompletedEventHandler(AddressOf HandlerMethod)
public delegate void GetPasswordExpirationDateCompletedEventHandler(
    Object sender,
    GetPasswordExpirationDateCompletedEventArgs e
)

See Also

Reference