System::Drawing::Printing::PrintEventArgs class

PrintEventArgs class

BeginPrint と EndPrint イベントのデータを提供します。このクラスのオブジェクトは System::MakeObject() 関数を使用してのみ割り当てるべきです。スタック上や operator new でインスタンスを作成しないでください。そうしないと実行時エラーやアサーション障害が発生します。常にこのクラスを System::SmartPtr ポインタでラップし、そのポインタを関数の引数として渡してください。

class PrintEventArgs : public System::ComponentModel::CancelEventArgs

メソッド

メソッド説明
get_PrintAction()現在のオブジェクトが表す印刷アクションを指定する値を返します。
PrintEventArgs()PrintEventArgs オブジェクトの新しいインスタンスを構築します。

フィールド

フィールド説明
static Empty"empty" の EventArgs 共有ポインタ(ヌルポインタ)を表す静的メンバーです。

参照