EvaluateIsValid Method
When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.
Declaration SyntaxC#protected override bool EvaluateIsValid() Visual BasicProtected Overrides Function EvaluateIsValid As Boolean Return Valuetrue if the value in the input control is valid; otherwise, false. Assembly: Krystalware.SlickUpload, Version: 4.0
|