Class GetOlapReportWithTotalCountEventHandler
  
  Represents the method that handles the event raised when the cell set with total count of columns and rows are needed.
 
  
  
    Inheritance
    System.Object
    GetOlapReportWithTotalCountEventHandler
   
  
  Assembly: Syncfusion.Olap.UWP.dll
  Syntax
  
    public sealed class GetOlapReportWithTotalCountEventHandler : MulticastDelegate
   
  Constructors
  
  
  
  
  GetOlapReportWithTotalCountEventHandler(Object, IntPtr)
  
  
  Declaration
  
    public GetOlapReportWithTotalCountEventHandler(object object, IntPtr method)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Object | 
        object | 
         | 
      
      
        | System.IntPtr | 
        method | 
         | 
      
    
  
  Methods
  
  
  
  
  BeginInvoke(Object, GetOlapDataWithTotalCountEventArgs, AsyncCallback, Object)
  
  
  Declaration
  
    public virtual IAsyncResult BeginInvoke(object sender, GetOlapDataWithTotalCountEventArgs e, AsyncCallback callback, object object)
   
  Parameters
  
  Returns
  
  
  
  
  EndInvoke(IAsyncResult)
  
  
  Declaration
  
    public virtual string EndInvoke(IAsyncResult result)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.IAsyncResult | 
        result | 
         | 
      
    
  
  Returns
  
  
  
  
  Invoke(Object, GetOlapDataWithTotalCountEventArgs)
  
  
  Declaration
  
    public virtual string Invoke(object sender, GetOlapDataWithTotalCountEventArgs e)
   
  Parameters
  
  Returns
  
  Extension Methods