AnnotationEditor.PropertyChangedEventHandler Delegate
                In This Topic
            
            
            Syntax
            
            
            
            
            'Declaration
 
<GuidAttribute("70B826EE-D279-393E-B95B-0AC52D695983")>
Public Delegate Sub AnnotationEditor.PropertyChangedEventHandler( _
   ByVal  As String, _
   ByVal  As String, _
   ByVal  As String, _
   ByVal  As String _
) 
             
        
            
            [Guid("70B826EE-D279-393E-B95B-0AC52D695983")]
public delegate void AnnotationEditor.PropertyChangedEventHandler( 
   string ,
   string ,
   string ,
   string 
)
             
        
            
            public delegate AnnotationEditor.PropertyChangedEventHandler( 
    : String;
    : String;
    : String;
    : String
);
             
        
            
            GuidAttribute("70B826EE-D279-393E-B95B-0AC52D695983")
public delegate AnnotationEditor.PropertyChangedEventHandler( 
    : String,
    : String,
    : String,
    : String
)
             
        
            
            [Guid("70B826EE-D279-393E-B95B-0AC52D695983")]
public: __gc __delegate void AnnotationEditor.PropertyChangedEventHandler( 
   string* ,
   string* ,
   string* ,
   string* 
)
             
        
            
            [Guid("70B826EE-D279-393E-B95B-0AC52D695983")]
public delegate void AnnotationEditor.PropertyChangedEventHandler( 
   String^ ,
   String^ ,
   String^ ,
   String^ 
)
             
        
             
        
            Parameters
- PropertyName
- Reserved1
- Reserved2
- Reserved3
 
            
            
            
            
            
            
            
            
            See Also