Event ClearingViewport
Event invoked when the content area of the View is to be drawn.
public event EventHandler<DrawEventArgs>? ClearingViewport
Returns
- EventHandler<DrawEventArgs>
- Event invoked when the content area of the View is to be drawn.
Remarks
Will be invoked before any subviews added with Add(View?) have been drawn.
Rect provides the view-relative rectangle describing the currently visible viewport into the View .