'宣言 Public Delegate Sub ChartDataEventHandler( _ ByVal sender As System.Object, _ ByVal e As ChartDataEventArgs _ )
public delegate void ChartDataEventHandler( System.object sender, ChartDataEventArgs e )
パラメータ
- sender
- e
'宣言 Public Delegate Sub ChartDataEventHandler( _ ByVal sender As System.Object, _ ByVal e As ChartDataEventArgs _ )
public delegate void ChartDataEventHandler( System.object sender, ChartDataEventArgs e )