FilterListViewListBoxItemHoverEventHandler Delegate |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public delegate void ListBoxItemHoverEventHandler(
Object sender,
ListBoxItemHoverEventArgs e
)
Public Delegate Sub ListBoxItemHoverEventHandler (
sender As Object,
e As ListBoxItemHoverEventArgs
)
public delegate void ListBoxItemHoverEventHandler(
Object^ sender,
ListBoxItemHoverEventArgs^ e
)
Parameters
- sender
- Type: SystemObject
- e
- Type: DataPAClientConfigListBoxItemHoverEventArgs
See Also