ValueList.ValueValidator Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public: delegate void ValueList::ValueValidator(System::String ^ value, bool add, [Runtime::InteropServices::Out] System::String ^ % validatedValue);
public delegate void ValueList.ValueValidator(string value, bool add, out string validatedValue);
type ValueList.ValueValidator = delegate of string * bool * -> unit
Public Delegate Sub ValueList.ValueValidator(value As String, add As Boolean, ByRef validatedValue As String)
Parameters
- value
- String
- add
- Boolean
- validatedValue
- String