ValidatedEventArgs Constructors

Definition

Initializes a new instance of the ValidatedEventArgs class.

Overloads

ValidatedEventArgs()

Initializes a new instance of the ValidatedEventArgs class with the default property values.

ValidatedEventArgs(ValidationState)

Initializes a new instance of the ValidatedEventArgs class with the specified state.

ValidatedEventArgs()

Initializes a new instance of the ValidatedEventArgs class with the default property values.

public:
 ValidatedEventArgs();
public ValidatedEventArgs ();
Public Sub New ()

Applies to

ValidatedEventArgs(ValidationState)

Initializes a new instance of the ValidatedEventArgs class with the specified state.

public:
 ValidatedEventArgs(Microsoft::SqlServer::Management::Sdk::Sfc::ValidationState ^ state);
public ValidatedEventArgs (Microsoft.SqlServer.Management.Sdk.Sfc.ValidationState state);
new Microsoft.SqlServer.Management.ValidatedEventArgs : Microsoft.SqlServer.Management.Sdk.Sfc.ValidationState -> Microsoft.SqlServer.Management.ValidatedEventArgs
Public Sub New (state As ValidationState)

Parameters

state
ValidationState

The status of the validating event.

Applies to