LoadCompletedEventHandler Delegate
In This Topic
Delegate LoadCompletedEventHandler
Syntax
'Declaration
Public Delegate Sub LoadCompletedEventHandler( _
ByVal As Object, _
ByVal As EventArgs _
)
public delegate void LoadCompletedEventHandler(
object ,
EventArgs
)
Parameters
- sender
- The sender.
- e
- The System.EventArgs instance containing the event data.
See Also