ArcObjects Library Reference (Carto)  

IActiveView.PrinterChanged Method

Called by application when printer changes.

[Visual Basic .NET]
Public Sub PrinterChanged ( _
    ByVal Printer As IPrinter _
)
[C#]
public void PrinterChanged (
    IPrinter Printer
);
[C++]
HRESULT PrinterChanged(
  IPrinter* Printer
);
[C++]

Parameters

Printer [in]

  Printer is a parameter of type IPrinter

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IActiveView Interface