UpdateErrorsDelegate Delegate
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Delegate Sub UpdateErrorsDelegate ( _
errors As ValidationError() _
)
'Usage
Dim instance As New UpdateErrorsDelegate(AddressOf HandlerMethod)
public delegate void UpdateErrorsDelegate(
ValidationError[] errors
)
Parameters
- errors
Type: []