This callback handler is called from the RefrshGroup callback handler after the item data is stored in the RefreshGroup internal data cache.
Visual Basic (Declaration) | |
---|---|
Public Delegate Sub RefreshEventHandler( _ ByVal sender As Object, _ ByVal e As RefreshEventArguments _ ) |
C# | |
---|---|
public delegate void RefreshEventHandler( object sender, RefreshEventArguments e ) |
Parameters
- sender
- e