ModelValidatedEventArgs Class

 

Provides data for the Validated event.

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

System::Object
  System::EventArgs
    System.Web.Http.Validation::ModelValidatedEventArgs

public ref class ModelValidatedEventArgs sealed : EventArgs

NameDescription
System_CAPS_pubmethodModelValidatedEventArgs(HttpActionContext^, ModelValidationNode^)

Initializes a new instance of the ModelValidatedEventArgs class.

NameDescription
System_CAPS_pubpropertyActionContext

Gets or sets the context for an action.

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: