AnnotationManager.OnCustomAnnotationPaintEventHandler Delegate
 
            
                In This Topic
            
            
            Syntax
            
            
            
            
            'Declaration
 
<ComVisibleAttribute(False)>
Public Delegate Sub AnnotationManager.OnCustomAnnotationPaintEventHandler( _
   ByVal  As AnnotationCustom, _
   ByVal  As Object _
) 
             
        
            
            [ComVisible(false)]
public delegate void AnnotationManager.OnCustomAnnotationPaintEventHandler( 
   AnnotationCustom ,
   object 
)
             
        
            
            public delegate AnnotationManager.OnCustomAnnotationPaintEventHandler( 
    : AnnotationCustom;
    : TObject
);
             
        
            
            ComVisibleAttribute()
public delegate AnnotationManager.OnCustomAnnotationPaintEventHandler( 
    : AnnotationCustom,
    : Object
)
             
        
            
            [ComVisible(false)]
public: __gc __delegate void AnnotationManager.OnCustomAnnotationPaintEventHandler( 
   AnnotationCustom* ,
   Object* 
)
             
        
            
            [ComVisible(false)]
public delegate void AnnotationManager.OnCustomAnnotationPaintEventHandler( 
   AnnotationCustom^ ,
   Object^ 
)
             
        
             
        
            Parameters
- Annot
 
- The custom annotation object to render.
 - device
 
- The device object used to render the custom annotation appearance.
 
            
             
            
            
            
            
            
            
            
            
            See Also