Partilhar via


ValueConvertEventArgs Members

Include Protected Members
Include Inherited Members

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The ValueConvertEventArgs type exposes the following members.

Constructors

  Name Description
Public method ValueConvertEventArgs
Initializes a new instance of the ValueConvertEventArgs class.

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Properties

  Name Description
Public property ConversionErrorMessage
Gets or sets the message describing the conversion failure.
Public property ConvertedValue
Gets or sets the converted value.
Public property SourcePropertyName
Gets the name of the property that maps to the control that supplied the value to convert.
Public property TargetType
Gets the type to which the value should be converted.
Public property ValueSource
Gets the object for which the validation requiring the value conversion is being performed.
Public property ValueToConvert
Gets the value to convert, as retrieved from the control.

See Also

ValueConvertEventArgs Class

Microsoft.Practices.EnterpriseLibrary.Validation.Integration Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.