Interface IST_EventsContainer
  
  
  
  Assembly: STScriptTypes.dll
  Syntax
  
    [Guid("3D3F03D9-83DB-401D-B201-E6A4910AD143")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IST_EventsContainer
   
  Properties
  
  EventCount
  
  
  Declaration
  
  Property Value
  
  
  EventName[int]
  
  
  Declaration
  
    string EventName[int Index] { get; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | Index |  | 
    
  
  Property Value
  
  
  HandlerProcedureName[int]
  
  
  Declaration
  
    string HandlerProcedureName[int Index] { get; set; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | Index |  | 
    
  
  Property Value
  
  
  HandlerScriptName[int]
  
  
  Declaration
  
    string HandlerScriptName[int Index] { get; set; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | Index |  | 
    
  
  Property Value
  
  
  HandlerStorage[int]
  
  
  Declaration
  
    TST_ScriptStorageType HandlerStorage[int Index] { get; set; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | Index |  | 
    
  
  Property Value
  
  Methods
  
  GetHandlers(string)
  
  
  Declaration
  
    IST_HandlersList GetHandlers(string AnEventName)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | string | AnEventName |  | 
    
  
  Returns
  
  
  HandlerAssigned(string)
  
  
  Declaration
  
    bool HandlerAssigned(string AnEventName)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | string | AnEventName |  | 
    
  
  Returns
  
  
  IndexOfEvent(string)
  
  
  Declaration
  
    int IndexOfEvent(string AnEventName)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | string | AnEventName |  | 
    
  
  Returns
  
  
  MakeEmptyHandler(string, string, string, string)
  
  
  Declaration
  
    string MakeEmptyHandler(string AnEventName, string AMethodName, string ALanguage, string AComment)
   
  Parameters
  
  Returns