'Declaration Protected Overridable Sub OnShowPrintPreview( _
ByVal argsThe System.EventArgs instance containing the event data.As System.EventArgs _
)
protected virtual void OnShowPrintPreview(
System.EventArgs args
)
protected: virtual void OnShowPrintPreview(
System.EventArgs* args
)
protected:
virtual void OnShowPrintPreview(
System.EventArgs^ args
)
Parameters
- args
- The System.EventArgs instance containing the event data.