ValidatedEventArgs Class

Provides data for the [ValidatedEventArgs] event.

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.SqlServer.Management.ValidatedEventArgs

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

Syntax

'Declaration
Public Class ValidatedEventArgs _
    Inherits EventArgs
'Usage
Dim instance As ValidatedEventArgs
public class ValidatedEventArgs : EventArgs
public ref class ValidatedEventArgs : public EventArgs
type ValidatedEventArgs =  
    class
        inherit EventArgs
    end
public class ValidatedEventArgs extends EventArgs

The ValidatedEventArgs type exposes the following members.

Constructors

  Name Description
Public method ValidatedEventArgs() Initializes a new instance of the ValidatedEventArgs class with the default property values.
Public method ValidatedEventArgs(ValidationState) Initializes a new instance of the ValidatedEventArgs class with the specified state.

Top

Properties

  Name Description
Public property State Gets the status of the validating event.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.