AutoReplaceEventArgs Constructor
                In This Topic
            
            Initializes a new instance of an 
AutoReplaceEventArgs.
Syntax
            
            
            
            
            'Declaration
 
Public Function New( _
   ByVal  As System.Windows.Forms.Control, _
   ByVal  As System.String, _
   ByVal  As System.String, _
   ByVal  As System.Integer _
)
             
        
            
            public AutoReplaceEventArgs( 
   System.Windows.Forms.Control ,
   System.string ,
   System.string ,
   System.int 
)
             
        
             
        
            Parameters
- control
- Control where the text is being replaced.
- found
- String that contains the text about to be replaced.
- replace
- String that contains the replacement text.
- index
- Position of the  string in the control's text.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also