| Visual Basic (Declaration) | |
|---|---|
Public Delegate Sub LoadCompletedEventHandler( _ ByVal sender As Object, _ ByVal e As EventArgs _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
Parameters
- sender
- Source of the event.
- e
- An EventArgs value that contains the event data.
| ActiveReports.Viewer3 | Request technical support |
| LoadCompletedEventHandler Delegate | |
| See Also | |
|
| Visual Basic (Declaration) | |
|---|---|
Public Delegate Sub LoadCompletedEventHandler( _ ByVal sender As Object, _ ByVal e As EventArgs _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |