In general subclasses should override this method rather than
            setValue. This is because setValue notifies any observers
            and then calls this method.
            
        
    Namespace: 
   SingularSys.JepThis method sets the validValue flag to true.
Assembly: Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)
Syntax
| C# | 
|---|
protected bool SetValueRaw( Object obj )  | 
| Visual Basic (Declaration) | 
|---|
Protected Function SetValueRaw ( _ obj As Object _ ) As Boolean  | 
| Visual C++ | 
|---|
protected: bool SetValueRaw( Object^ obj )  | 
Parameters
- obj
 - Type: System..::.Object