ModelValidatingEventArgs Class

 

Provides data for the Validating event.

Namespace:   System.Web.Http.Validation
Assembly:  System.Web.Http (in System.Web.Http.dll)

System::Object
  System::EventArgs
    System.ComponentModel::CancelEventArgs
      System.Web.Http.Validation::ModelValidatingEventArgs

public ref class ModelValidatingEventArgs sealed : CancelEventArgs

NameDescription
System_CAPS_pubmethodModelValidatingEventArgs(HttpActionContext^, ModelValidationNode^)

Initializes a new instance of the ModelValidatingEventArgs class.

NameDescription
System_CAPS_pubpropertyActionContext

Gets or sets the context for an action.

System_CAPS_pubpropertyCancel

(Inherited from CancelEventArgs.)

System_CAPS_pubpropertyParentNode

Gets or sets the parent of this 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: