Class ProbesPage
Inheritance
System.Object
ProbesPage
Assembly: SensusAndroid.dll
Syntax
public abstract class ProbesPage : ContentPage
Constructors
ProbesPage(Protocol, String)
Declaration
public ProbesPage(Protocol protocol, string title)
Parameters
Type |
Name |
Description |
Protocol |
protocol |
|
System.String |
title |
|
Properties
ProbesList
Declaration
protected ListView ProbesList { get; }
Property Value
Type |
Description |
Xamarin.Forms.ListView |
|
Protocol
Declaration
protected Protocol Protocol { get; }
Property Value
Methods
ProbeTappedAsync(Object, ItemTappedEventArgs)
Declaration
protected abstract void ProbeTappedAsync(object sender, ItemTappedEventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
Xamarin.Forms.ItemTappedEventArgs |
e |
|