dbicDayView Send comments on this topic.
Invalidate(Region) Method
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace > dbiDayView Class > Invalidate Method : Invalidate(Region) Method

region
The System.Drawing.Region to invalidate.
Invalidates the specified region of the control (adds it to the control's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control.

Syntax

Visual Basic (Declaration) 
Overloads Public Sub Invalidate( _
   ByVal region As Region _
) 
C# 
public void Invalidate( 
   Region region
)

Parameters

region
The System.Drawing.Region to invalidate.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also