Interface IST_HandlersList
  
  
  
  Assembly: STScriptTypes.dll
  Syntax
  
    [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("C8BD4B49-F814-4FE0-9BE3-0DC01ACCF68A")]
public interface IST_HandlersList
   
  Properties
  
  Count
  
  
  Declaration
  
  Property Value
  
  
  this[int]
  
  
  Declaration
  
    IST_EventHandler this[int Index] { get; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | Index |  | 
    
  
  Property Value
  
  Methods
  
  Add(IST_EventHandler)
  
  
  Declaration
  
    int Add(IST_EventHandler AHandler)
   
  Parameters
  
  Returns
  
  
  AddNewHandler()
  
  
  Declaration
  
    IST_EventHandler AddNewHandler()
   
  Returns