com.stimulsoft.report.events
Class StiComponentCreationEventArgs

java.lang.Object
  extended by com.stimulsoft.base.system.StiEventHandlerArgs
      extended by com.stimulsoft.report.events.StiComponentCreationEventArgs

public class StiComponentCreationEventArgs
extends StiEventHandlerArgs

Describes an argument for the event ComponentCreated.


Field Summary
 
Fields inherited from class com.stimulsoft.base.system.StiEventHandlerArgs
Empty
 
Constructor Summary
StiComponentCreationEventArgs(StiComponent component)
           
 
Method Summary
 StiComponent getComponent()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiComponentCreationEventArgs

public StiComponentCreationEventArgs(StiComponent component)
Method Detail

getComponent

public final StiComponent getComponent()