C# Class wenku10.Pages.Dialogs.Rename

Inheritance: ContentDialog
Afficher le fichier Open project: tgckpg/wenku10 Class Usage Examples

Méthodes publiques

Свойство Type Description
Canceled bool

Méthodes publiques

Méthode Description
Rename ( INamable Target ) : System
Rename ( INamable Target, string Title ) : System
Rename ( INamable Target, string Title, bool ReadOnly ) : System

Private Methods

Méthode Description
Confirmed ( ) : void
ContentDialog_PrimaryButtonClick ( ContentDialog sender, ContentDialogButtonClickEventArgs e ) : void
OnKeyDown ( object sender, KeyRoutedEventArgs e ) : void
Rename ( ) : System

Method Details

Rename() public méthode

public Rename ( INamable Target ) : System
Target INamable
Résultat System

Rename() public méthode

public Rename ( INamable Target, string Title ) : System
Target INamable
Title string
Résultat System

Rename() public méthode

public Rename ( INamable Target, string Title, bool ReadOnly ) : System
Target INamable
Title string
ReadOnly bool
Résultat System

Property Details

Canceled public_oe property

public bool Canceled
Résultat bool