ValidatedEventArgs Class

Definition

Provides data for the ValidatedEventArgs event.

public ref class ValidatedEventArgs : EventArgs
public class ValidatedEventArgs : EventArgs
type ValidatedEventArgs = class
    inherit EventArgs
Public Class ValidatedEventArgs
Inherits EventArgs
Inheritance
ValidatedEventArgs

Constructors

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.

Properties

State

Gets the status of the validating event.

Applies to