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
NDG
Helpers
Controls
ConfirmationBox
C# Class NDG.Helpers.Controls.ConfirmationBox
Message box with yes/no buttons.
Inheritance:
UserPrompt
ファイルを表示
Open project: nokiadatagathering/WP7-Official
Class Usage Examples
Public Methods
Method
Description
ConfirmationBox
( ) :
System
OnApplyTemplate
( ) :
void
Private Methods
Method
Description
OnBackKeyPress
(
object
sender
,
EventArgs
e
) :
void
OnNoButtonClick
(
object
sender
,
RoutedEventArgs
e
) :
void
OnYesButtonClick
(
object
sender
,
RoutedEventArgs
e
) :
void
Method Details
ConfirmationBox()
public
method
public
ConfirmationBox
( ) :
System
return
System
OnApplyTemplate()
public
method
public
OnApplyTemplate
( ) :
void
return
void