Chart.PostPaint Zdarzenie
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Występuje, gdy element wykresu jest malowany.
public:
event EventHandler<System::Windows::Forms::DataVisualization::Charting::ChartPaintEventArgs ^> ^ PostPaint;
public event EventHandler<System.Windows.Forms.DataVisualization.Charting.ChartPaintEventArgs> PostPaint;
member this.PostPaint : EventHandler<System.Windows.Forms.DataVisualization.Charting.ChartPaintEventArgs>
Public Custom Event PostPaint As EventHandler(Of ChartPaintEventArgs)
Public Event PostPaint As EventHandler(Of ChartPaintEventArgs)