| Visual Basic (Declaration) | |
|---|---|
Public Event QueuingReport() As QueuingReportEventHandler | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public event QueuingReportEventHandler QueuingReport() | |
The event handler receives an argument of type QueuingReportEventArgs containing data related to this event. The following QueuingReportEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Report | An ActiveReport object. |