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