ModelValidatingEventArgs Class

 

Provides data for the ModelValidationNode.Validating event.

Namespace:   Microsoft.Web.Mvc.ModelBinding
Assembly:  Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)

System.Object
  System.EventArgs
    System.ComponentModel.CancelEventArgs
      Microsoft.Web.Mvc.ModelBinding.ModelValidatingEventArgs

[<Sealed>]
type ModelValidatingEventArgs = 
    class
        inherit CancelEventArgs
    end

NameDescription
System_CAPS_pubmethodModelValidatingEventArgs(ControllerContext, ModelValidationNode)

Initializes a new instance of the ModelValidatingEventArgs class.

NameDescription
System_CAPS_pubpropertyCancel

(Inherited from CancelEventArgs.)

System_CAPS_pubpropertyControllerContext

Gets or sets the controller context.

System_CAPS_pubpropertyParentNode

Gets the parent model validation node.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: