Document Library for WinForms
ValidateParametersCompletedEventArgs コンストラクタ

C1.Win.Document.6 アセンブリ > C1.Win.Document 名前空間 > ValidateParametersCompletedEventArgs クラス : ValidateParametersCompletedEventArgs コンストラクタ
A list of ParameterValidationError objects describing the errors which occur during checking of parameter values.
Any error that occurred during the asynchronous operation.
A value indicating whether the asynchronous operation was canceled.
Initializes a new instance of the ValidateParametersCompletedEventArgs class.
シンタックス
'宣言
 
Public Function New( _
   ByVal errors As System.Collections.Generic.List(Of ParameterValidationError), _
   ByVal error As System.Exception, _
   ByVal cancelled As System.Boolean _
)
public ValidateParametersCompletedEventArgs( 
   System.Collections.Generic.List<ParameterValidationError> errors,
   System.Exception error,
   System.bool cancelled
)

パラメータ

errors
A list of ParameterValidationError objects describing the errors which occur during checking of parameter values.
error
Any error that occurred during the asynchronous operation.
cancelled
A value indicating whether the asynchronous operation was canceled.
参照

ValidateParametersCompletedEventArgs クラス
ValidateParametersCompletedEventArgs メンバ