ModelValidatedEventArgs Class
Provides data for the Validated event.
Inheritance Hierarchy
System.Object
System.EventArgs
System.Web.Http.Validation.ModelValidatedEventArgs
Namespace: System.Web.Http.Validation
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public NotInheritable Class ModelValidatedEventArgs _
Inherits EventArgs
'Usage
Dim instance As ModelValidatedEventArgs
public sealed class ModelValidatedEventArgs : EventArgs
public ref class ModelValidatedEventArgs sealed : public EventArgs
[<SealedAttribute>]
type ModelValidatedEventArgs =
class
inherit EventArgs
end
public final class ModelValidatedEventArgs extends EventArgs
The ModelValidatedEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ModelValidatedEventArgs | Initializes a new instance of the ModelValidatedEventArgs class. |
Top
Properties
Name | Description | |
---|---|---|
ActionContext | Gets or sets the context for an action. | |
ParentNode | Gets or sets the parent of this node. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
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.