バージョン

OnPageFooterPrinted メソッド

PageFooterPrinted イベントを発生します。
シンタックス
'宣言
 
Protected Overridable Sub OnPageFooterPrinted( _
   ByVal e As HeaderFooterPrintedEventArgs _
) 
protected virtual void OnPageFooterPrinted( 
   HeaderFooterPrintedEventArgs e
)

パラメータ

e
イベントのデータを提供する HeaderFooterPrintedEventArgs
解説

イベントが発生すると、デリゲートを通じてイベント ハンドラーが呼び出されます。

また OnPageFooterPrinted メソッドによって派生クラスは、デリゲートを付加せずに、イベントを処理することができます。これは、派生クラスでイベントを処理する際によく用いられる手法です。

継承時の注意: 派生クラスで OnPageFooterPrinted をオーバーライドする場合は、登録されたデリゲートがイベントを受信できるようにするため、必ず基本クラスの OnPageFooterPrinted メソッドを呼び出してください。

参照