ListBoxItemHoverEventArgs Constructor |
|
DataPA OpenAnalytics API Reference
Creates and returns a new ListBoxItemHoverEventArgs object
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public ListBoxItemHoverEventArgs(
int index
)
Public Sub New (
index As Integer
)
public:
ListBoxItemHoverEventArgs(
int index
)
DataPAClientConfig.ListBoxItemHoverEventArgs = function(index);
Parameters
- index
- Type: SystemInt32
See Also