C1ValueChangedEventHandler Delegate
 
            
                In This Topic
            
            Represents the method that will handle the ValueChanged event of the control.
            Syntax
            
            
            
            
            'Declaration
 
Public Delegate Sub C1ValueChangedEventHandler( _
   ByVal  As System.Object, _
   ByVal  As System.EventArgs _
) 
             
        
            
            public delegate void C1ValueChangedEventHandler( 
   System.object ,
   System.EventArgs 
)
             
        
             
        
            Parameters
- sender
 
- Source of the event.
 - e
 
- The EventArgs that contains the event data.
 
            
             
            
            
            
            
            
            
            
            
            See Also