 | PdfViewerOnFormsAppBeep Method |
Called by the engine when it is required to play the sound
Namespace: Patagames.Pdf.Net.Controls.WinFormsAssembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.100.2704
Syntaxprotected virtual void OnFormsAppBeep(
EventArgs<BeepTypes> e
)
Protected Overridable Sub OnFormsAppBeep (
e As EventArgs(Of BeepTypes)
)
protected:
virtual void OnFormsAppBeep(
EventArgs<BeepTypes>^ e
)
abstract OnFormsAppBeep :
e : EventArgs<BeepTypes> -> unit
override OnFormsAppBeep :
e : EventArgs<BeepTypes> -> unit protected void OnFormsAppBeep(
EventArgs<BeepTypes> e
)
function OnFormsAppBeep(e);
Parameters
- e EventArgsBeepTypes
- An EventArgs that contains the event data.
See Also