Class GraphicSelectionChangedEventHandler
  
  Event handler to denotes the selection changed of GraphicCell
 
  
  
    Inheritance
    System.Object
    GraphicSelectionChangedEventHandler
   
  
  Assembly: Syncfusion.SfSpreadsheet.UWP.dll
  Syntax
  
    public sealed class GraphicSelectionChangedEventHandler : MulticastDelegate
   
  Constructors
  
  
  
  
  GraphicSelectionChangedEventHandler(Object, IntPtr)
  
  
  Declaration
  
    public GraphicSelectionChangedEventHandler(object object, IntPtr method)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Object | 
        object | 
         | 
      
      
        | System.IntPtr | 
        method | 
         | 
      
    
  
  Methods
  
  
  
  
  BeginInvoke(Object, GraphicSelectionChangedEventArgs, AsyncCallback, Object)
  
  
  Declaration
  
    public virtual IAsyncResult BeginInvoke(object sender, GraphicSelectionChangedEventArgs args, AsyncCallback callback, object object)
   
  Parameters
  
  Returns
  
  
  
  
  EndInvoke(IAsyncResult)
  
  
  Declaration
  
    public virtual void EndInvoke(IAsyncResult result)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.IAsyncResult | 
        result | 
         | 
      
    
  
  
  
  
  Invoke(Object, GraphicSelectionChangedEventArgs)
  
  
  Declaration
  
    public virtual void Invoke(object sender, GraphicSelectionChangedEventArgs args)
   
  Parameters
  
  Extension Methods