Class CatalogEntryDto.CatalogEntryRowChangeEventHandler
  
  
  
  
    Inheritance
    System.Object
    CatalogEntryDto.CatalogEntryRowChangeEventHandler
   
  
  Assembly: Mediachase.Commerce.dll
  Version: 14.26.0
  Syntax
  
    public sealed class CatalogEntryRowChangeEventHandler : MulticastDelegate
   
  Constructors
  
  
  
  
  CatalogEntryRowChangeEventHandler(Object, IntPtr)
  
  
  Declaration
  
    public CatalogEntryRowChangeEventHandler(object object, IntPtr method)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Object | object |  | 
      
        | System.IntPtr | method |  | 
    
  
  Methods
  
  
  
  
  BeginInvoke(Object, CatalogEntryDto.CatalogEntryRowChangeEvent, AsyncCallback, Object)
  
  
  Declaration
  
    public virtual IAsyncResult BeginInvoke(object sender, CatalogEntryDto.CatalogEntryRowChangeEvent e, AsyncCallback callback, object object)
   
  Parameters
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.IAsyncResult |  | 
    
  
  
  
  
  EndInvoke(IAsyncResult)
  
  
  Declaration
  
    public virtual void EndInvoke(IAsyncResult result)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.IAsyncResult | result |  | 
    
  
  
  
  
  Invoke(Object, CatalogEntryDto.CatalogEntryRowChangeEvent)
  
  
  Declaration
  
    public virtual void Invoke(object sender, CatalogEntryDto.CatalogEntryRowChangeEvent e)
   
  Parameters