Perforce API for the .Net CLR P4.Net

OnPrintStreamEventHandler Delegate

Delegate to handle the OnPrintStream event.

[Visual Basic]
Public Delegate Sub OnPrintStreamEventHandler( _
   ByVal args As P4PrintStreamEventArgs, _
   ByRef outputStream As Stream _
)
[C#]
public delegate void OnPrintStreamEventHandler(
   P4PrintStreamEventArgs args,
   out Stream outputStream
);

Parameters

args
Arguments describing the printed file.
outputStream
The stream to write the file.

Requirements

Namespace: P4API

Assembly: p4api (in p4api.dll)

See Also

P4API Namespace | OnPrintStream