.NET Framework Class Library

PaginatedView.OnSelectionCleared Event

<< Click to Display Table of Contents >>

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

.NET Framework Class Library

PaginatedView.OnSelectionCleared Event

Namespace: Gnostice.Controls.Xamarin

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

Syntax

Visual Basic

Public Event OnSelectionCleared As EventHandler(Of EventArgs)

C#

public event EventHandler<EventArgsOnSelectionCleared

Visual C++

public:
virtual  event EventHandler<EventArgs^>^ OnSelectionCleared {
 void add (EventHandler<EventArgs^>^ value);
 void remove (EventHandler<EventArgs^>^ value);
}

Implements

IPaginatedView.OnSelectionCleared

See Also

PaginatedView Class

PaginatedView Members

Gnostice.Controls.Xamarin Namespace