2 references to OnCustomize
System.Windows.Forms.DataVisualization (2)
Common\ChartTypes\PointAndFigureChart.cs (2)
150
chart.Customize += new EventHandler(
OnCustomize
);
251
chart.Customize -= new EventHandler(
OnCustomize
);