Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
FormsPopup
PopupTappedEventArgs
C# Class FormsPopup.PopupTappedEventArgs
Represents the available event data, when the
FormsPopup.Popup.Tapped
event is invoked.
Inheritance:
System.EventArgs
ファイルを表示
Open project: michaeled/FormsPopup
Class Usage Examples
Public Methods
Method
Description
Create
(
Popup
popup
,
View
view
) :
PopupTappedEventArgs
Instantiate a new
PopupTappedEventArgs
Method Details
Create()
public
static
method
Instantiate a new
PopupTappedEventArgs
public
static
Create
(
Popup
popup
,
View
view
) :
PopupTappedEventArgs
popup
Popup
The popup that was tapped
view
Xamarin.Forms.View
The view that was tapped
return
PopupTappedEventArgs