View.DrawMarkerForDirty Method

Gives a chance to the derived classes to have a custom mark when the view has changed.
Protected Overridable Sub DrawMarkerForDirty( _ 
ByVal drawParams As DrawParams
)
This language is not supported or no code example is available.
protected virtual void DrawMarkerForDirty( 
DrawParams drawParams 
)
This language is not supported or no code example is available.

Parameters

drawParams
DrawParams

The draw params

.NET Framework

Supported in: 4.8

In this article

Definition