ValidatedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |