.NET Framework Class Library

PaginatedView.InvalidateControl Method

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.Xamarin Namespace > PaginatedView Class > PaginatedView Methods >

.NET Framework Class Library

PaginatedView.InvalidateControl Method

Namespace: Gnostice.Controls.Xamarin

Assembly:  Gnostice.Controls.Xamarin (in Gnostice.Controls.Xamarin.dll)

Syntax

Visual Basic

Public Sub InvalidateControl ( _
 Optional enforce As Boolean = True _
)

C#

public void InvalidateControl(
 bool enforce = true
)

Visual C++

public:
virtual void InvalidateControl(
 bool enforce = true
sealed

Parameters

enforce (Optional)

Type: System.Boolean

Implements

IPaginatedView.InvalidateControl(Boolean)

See Also

PaginatedView Class

PaginatedView Members

Gnostice.Controls.Xamarin Namespace