Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides data for the Validating event.
Inheritance Hierarchy
System.Object
System.EventArgs
System.ComponentModel.CancelEventArgs
System.Web.Http.Validation.ModelValidatingEventArgs
Namespace: System.Web.Http.Validation
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public NotInheritable Class ModelValidatingEventArgs _
Inherits CancelEventArgs
'Usage
Dim instance As ModelValidatingEventArgs
public sealed class ModelValidatingEventArgs : CancelEventArgs
public ref class ModelValidatingEventArgs sealed : public CancelEventArgs
[<SealedAttribute>]
type ModelValidatingEventArgs =
class
inherit CancelEventArgs
end
public final class ModelValidatingEventArgs extends CancelEventArgs
The ModelValidatingEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ModelValidatingEventArgs | Initializes a new instance of the ModelValidatingEventArgs class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
ActionContext | Gets or sets the context for an action. |
![]() |
Cancel | (Inherited from CancelEventArgs.) |
![]() |
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.