| IConnectorActivityLogView Interface | 
Namespace: VirtualRadar.Interface.View
 Syntax
SyntaxThe IConnectorActivityLogView type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Connector | 
            Gets or sets the connector to show activities for. If no connector is supplied then activities
            across all connectors are shown.
             | 
|  | ConnectorActivityEvents | 
            Gets all of the connector activity events on display.
             | 
|  | HideConnectorName | 
            Gets or sets a value indicating that the connector name column should be hidden from view.
            Only has an effect if set before the control is loaded.
             | 
|  | SelectedConnectorActivityEvents | 
            Gets or sets the selected connector activity events.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.(Inherited from IDisposable.) | 
|  | Populate | 
            Shows the connector activity events passed across to the user.
             | 
|  | ShowView | 
            Displays the view to the user.
            (Inherited from IView.) | 
 Events
Events| Name | Description | |
|---|---|---|
|  | CopySelectedItemsToClipboardClicked | 
            Raised when the copy selected items to clipboard button is clicked.
             | 
|  | RefreshClicked | 
            Raised when the refresh button is clicked.
             | 
 See Also
See Also