Package | stimulsoft.report.events |
Class | public class StiValueEventArgs |
Inheritance | StiValueEventArgs ![]() |
Property | Defined By | ||
---|---|---|---|
displayValue : String | StiValueEventArgs | ||
value : * Gets or sets the value for the event. | StiValueEventArgs |
Method | Defined By | ||
---|---|---|---|
StiValueEventArgs(value:* = null) | StiValueEventArgs |
displayValue | property |
displayValue:String
public function get displayValue():String
public function set displayValue(value:String):void
value | property |
value:*
Gets or sets the value for the event.
public function get value():*
public function set value(value:any):void
StiValueEventArgs | () | Constructor |
public function StiValueEventArgs(value:* = null)
value:* (default = null )
|