| PdfToolStripMainOnPrintClick Method |
Occurs when the Print button is clicked
Namespace: Patagames.Pdf.Net.Controls.WinForms.ToolBarsAssembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.89.2704
Syntax protected virtual void OnPrintClick(
ToolStripButton item
)
Protected Overridable Sub OnPrintClick (
item As ToolStripButton
)
protected:
virtual void OnPrintClick(
ToolStripButton^ item
)
abstract OnPrintClick :
item : ToolStripButton -> unit
override OnPrintClick :
item : ToolStripButton -> unit
protected void OnPrintClick(
ToolStripButton item
)
function OnPrintClick(item);
Parameters
- item ToolStripButton
- The item that has been clicked
See Also