Package com.stimulsoft.report.events
Class StiValueEventArgs
java.lang.Object
com.stimulsoft.base.EventArgs
com.stimulsoft.report.events.StiValueEventArgs
Describes an argument for the event Value.
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new object of the type StiValueEventArgs.StiValueEventArgs(Object value) Creates a new object of the type StiValueEventArgs. -
Method Summary
Modifier and TypeMethodDescriptiongetValue()Gets or sets the value for the event.voidsetDisplayValue(String value) void
-
Constructor Details
-
StiValueEventArgs
public StiValueEventArgs()Creates a new object of the type StiValueEventArgs. -
StiValueEventArgs
Creates a new object of the type StiValueEventArgs.- Parameters:
value- Value for event.
-
-
Method Details
-
getValue
Gets or sets the value for the event. -
setValue
-
getDisplayValue
-
setDisplayValue
-