protected virtual void OnCutPlaneCellGenerated( 
   object ,
   MedicalViewerDerivativeGeneratedEventArgs 
)
             
        
            
            'Declaration
 
Protected Overridable Sub OnCutPlaneCellGenerated( _
   ByVal  As Object, _
   ByVal  As MedicalViewerDerivativeGeneratedEventArgs _
) 
             
        
            
            'Usage
 
Dim instance As CutPlaneCommand
Dim sender As Object
Dim e As MedicalViewerDerivativeGeneratedEventArgs
 
instance.OnCutPlaneCellGenerated(sender, e)
             
        
            
            protected: virtual void OnCutPlaneCellGenerated( 
   Object* ,
   MedicalViewerDerivativeGeneratedEventArgs* 
) 
             
        
            
            protected:
virtual void OnCutPlaneCellGenerated( 
   Object* ,
   MedicalViewerDerivativeGeneratedEventArgs* 
)