com.stimulsoft.report.events
Class StiComponentRemovingEventArgs

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

public class StiComponentRemovingEventArgs
extends StiEventHandlerArgs

Describes an argument for the event ComponentRemoved.


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

Constructor Detail

StiComponentRemovingEventArgs

public StiComponentRemovingEventArgs(StiComponent component)
Method Detail

getComponent

public final StiComponent getComponent()