ValidatedEventArgs Constructor (ValidationState)

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

Namespace:  Microsoft.SqlServer.Management
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

Syntax

'Declaration
Public Sub New ( _
    state As ValidationState _
)
'Usage
Dim state As ValidationState

Dim instance As New ValidatedEventArgs(state)
public ValidatedEventArgs(
    ValidationState state
)
public:
ValidatedEventArgs(
    ValidationState^ state
)
new : 
        state:ValidationState -> ValidatedEventArgs
public function ValidatedEventArgs(
    state : ValidationState
)

Parameters