Packagestimulsoft.report.events
Classpublic class StiValueEventArgs
InheritanceStiValueEventArgs Inheritance Object



Public Properties
 PropertyDefined By
  displayValue : String
StiValueEventArgs
  value : *
Gets or sets the value for the event.
StiValueEventArgs
Public Methods
 MethodDefined By
  
StiValueEventArgs(value:* = null)
StiValueEventArgs
Property Detail
displayValueproperty
displayValue:String


Implementation
    public function get displayValue():String
    public function set displayValue(value:String):void
valueproperty 
value:*

Gets or sets the value for the event.


Implementation
    public function get value():*
    public function set value(value:any):void
Constructor Detail
StiValueEventArgs()Constructor
public function StiValueEventArgs(value:* = null)



Parameters
value:* (default = null)