ModelValidatingEventArgs Class
Provides data for the ModelValidationNode.Validating event.
Assembly: Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)
System.Object
System.EventArgs
System.ComponentModel.CancelEventArgs
Microsoft.Web.Mvc.ModelBinding.ModelValidatingEventArgs
System.EventArgs
System.ComponentModel.CancelEventArgs
Microsoft.Web.Mvc.ModelBinding.ModelValidatingEventArgs
| Name | Description | |
|---|---|---|
![]() | ModelValidatingEventArgs(ControllerContext, ModelValidationNode) | Initializes a new instance of the ModelValidatingEventArgs class. |
| Name | Description | |
|---|---|---|
![]() | Cancel | (Inherited from CancelEventArgs.) |
![]() | ControllerContext | Gets or sets the controller context. |
![]() | ParentNode | Gets the parent model validation 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:

