protected virtual void OnCellAnnotationDeleted( 
   object ,
   CellAnnotationDeletedEventArgs 
)
             
        
            
            'Declaration
 
Protected Overridable Sub OnCellAnnotationDeleted( _
   ByVal  As Object, _
   ByVal  As CellAnnotationDeletedEventArgs _
) 
             
        
            
            'Usage
 
Dim instance As DeleteCellAnnotationsCommand
Dim sender As Object
Dim args As CellAnnotationDeletedEventArgs
 
instance.OnCellAnnotationDeleted(sender, args)
             
        
            
            protected: virtual void OnCellAnnotationDeleted( 
   Object* ,
   CellAnnotationDeletedEventArgs* 
) 
             
        
            
            protected:
virtual void OnCellAnnotationDeleted( 
   Object* ,
   CellAnnotationDeletedEventArgs* 
)