DataItemRemoveCompleteEventArgs Constructor
Namespace: BeeMobile.LineChartAssembly: BeeMobile.LineChart.NET48 (in BeeMobile.LineChart.NET48.dll) Version: 4.8.1.10 (4.8.1.10)
public DataItemRemoveCompleteEventArgs(
int nIndex,
Object oValue
)
Public Sub New (
nIndex As Integer,
oValue As Object
)
Parameters
- nIndex Int32
- Index of the removed DataItem.
- oValue Object
- Instance of the removed DataItem class.