ModelValidatingEventArgs Class
Provides data for the Validating event.
Assembly: System.Web.Http (in System.Web.Http.dll)
System::Object
System::EventArgs
System.ComponentModel::CancelEventArgs
System.Web.Http.Validation::ModelValidatingEventArgs
System::EventArgs
System.ComponentModel::CancelEventArgs
System.Web.Http.Validation::ModelValidatingEventArgs
| Name | Description | |
|---|---|---|
![]() | ModelValidatingEventArgs(HttpActionContext^, ModelValidationNode^) | Initializes a new instance of the ModelValidatingEventArgs class. |
| Name | Description | |
|---|---|---|
![]() | ActionContext | Gets or sets the context for an action. |
![]() | Cancel | (Inherited from CancelEventArgs.) |
![]() | ParentNode | Gets or sets the parent of this node. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

