Version

DataUpdated Event

Event raised when the underlying data changes.
Syntax
'Declaration
 
Public Event DataUpdated As EventHandler(Of EventArgs)
public event EventHandler<EventArgs> DataUpdated