 | PdfViewerPageBackColorChanged Event |
Event raised when the value of the
PageBackColor property is changed on Control..
Namespace: Patagames.Pdf.Net.Controls.WinFormsAssembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.100.2704
Syntaxpublic event EventHandler PageBackColorChanged
Public Event PageBackColorChanged As EventHandler
public:
event EventHandler^ PageBackColorChanged {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}member PageBackColorChanged : IEvent<EventHandler,
EventArgs>/** @event */
public void add_PageBackColorChanged (EventHandler value)
/** @event */
public void remove_PageBackColorChanged (EventHandler value)
function add_PageBackColorChanged(value);
function remove_PageBackColorChanged(value);
Value
EventHandler
See Also