Search
ComponentValidationEventArgs Members
Constructors Properties
 


Contains the arguments passed to handlers of component validation events.

The following tables list the members exposed by the ComponentValidationEventArgs type.

 Public Constructors

  Name Description

ComponentValidationEventArgs

Initializes a new instance of the ComponentValidationEventArgs class.

 Public Properties

  Name Description

Cancel

Gets or sets a value indicating whether the operation was canceled.

Component

Gets the related component. (Inherited from ComponentEventArgs.)

ParentHost

Gets the host containing the component. (Inherited from ComponentEventArgs.)

 See Also