ValidationProvider.ValueConvert Event
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. |
Occurs when conversion for a control's value must be performed.
Namespace: Microsoft.Practices.EnterpriseLibrary.Validation.Integration.WinForms
Assembly: Microsoft.Practices.EnterpriseLibrary.Validation.Integration.WinForms (in Microsoft.Practices.EnterpriseLibrary.Validation.Integration.WinForms.dll)
Syntax
'Declaration
Public Event ValueConvertAs EventHandler(Of ValueConvertEventArgs)
public event EventHandler<ValueConvertEventArgs> ValueConvert
public:
event EventHandler<ValueConvertEventArgs^>^ ValueConvert {
voidadd (EventHandler<ValueConvertEventArgs^>^ value);
voidremove (EventHandler<ValueConvertEventArgs^>^ value);
}
JScript does not support events.
Remarks
An instance of the ValueConvertEventArgs class holds the information about the value that needs conversion.
See Also
Microsoft.Practices.EnterpriseLibrary.Validation.Integration.WinForms 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. |