Public Interface IRefreshableUserControl ''' ''' Refresh the data of the user control. ''' ''' Whether or not the refresh succeeded. Function RefreshData() As Boolean End Interface