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 | |
---|---|---|
ValueConvertEventArgs |
Initializes a new instance of the ValueConvertEventArgs class.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
ConversionErrorMessage |
Gets or sets the message describing the conversion failure.
|
|
ConvertedValue |
Gets or sets the converted value.
|
|
SourcePropertyName |
Gets the name of the property that maps to the control that supplied the value to convert.
|
|
TargetType |
Gets the type to which the value should be converted.
|
|
ValueSource |
Gets the object for which the validation requiring the value conversion is being performed.
|
|
ValueToConvert |
Gets the value to convert, as retrieved from the control.
|
See Also
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. |