GrapeCity.ActiveReports.v9 アセンブリ > GrapeCity.ActiveReports 名前空間 > SectionReport クラス : PrintAborted イベント |
'宣言 Public Event PrintAborted As EventHandler
public event EventHandler PrintAborted
private void rptGrapeCity_PrintAborted(object sender, System.EventArgs eArgs) { System.Windows.Forms.MessageBox.Show("Printing has been aborted."); }
Private Sub SectionReport1_PrintAborted(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.PrintAborted MessageBox.Show("Printing has been aborted.") End Sub