OnPropertyChanged Method (RowWithDetails)
 
            
                In This Topic
            
            Raises the PropertyChanged event on the parent rows collection.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Protected Overridable Sub OnPropertyChanged( _
   ByVal  As String _
) 
             
        
            
            protected virtual void OnPropertyChanged( 
   string 
)
             
        
             
        
            Parameters
- name
 
- Name of the property that changed.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also