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