|
|
|
|
|
SftPrintPreview.PageSetupWanted Event |
The Page Setup button is clicked.
Syntax
|
VB.NET |
Private Sub object_PageSetupWanted(ByVal sender As Object, ByVal e As EventArgumentType) Handles object.PageSetupWanted |
||
|
VB |
Private Sub object_PageSetupWanted() |
||
|
C#.NET |
void object_PageSetupWanted(object sender, EventArgumentType e); |
||
|
VC++ |
void OnPageSetupWantedobject(); |
||
|
C |
HRESULT OnPageSetupWantedobject(); |
||
|
Delphi |
procedure objectPageSetupWanted(Sender: TObject); |
object
A SftPrintPreview object.
Comments
The PageSetupWanted event occurs when the Page Setup button is clicked.
The WantPageSetupButton property is used to define whether the Page Setup button is enabled.