public event EventHandler<PaintEventArgs> Paint
Public Event Paint As EventHandler(Of PaintEventArgs)
Event Data
The event handler receives an argument of type CefSharp.Wpf.PaintEventArgs containing data related to this event. The following PaintEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Buffer | |
DirtyRect | |
Handled | |
Height | |
IsPopup | |
Width |
Requirements
Target Platforms: Windows 10, Windows 8.1, Windows 7
See Also