OnItemsSourceChanging Method
 
            
                In This Topic
            
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Protected Overridable Sub OnItemsSourceChanging( _
   ByVal  As EventArgs _
) 
             
        
            
            protected virtual void OnItemsSourceChanging( 
   EventArgs 
)
             
        
             
        
            Parameters
- e
 
- System.EventArgs that contains the event data.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also