C# Class ThoughtWorks.VisualStudio.FeedbackViewControl

Interaction logic for FeedbackView.xaml
Inheritance: IDisposable
Afficher le fichier Open project: ThoughtWorksStudios/vs-connector Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

FeedbackViewControl ( ) : System

This control handles the user interface and submission of feedback email.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Private Methods

Méthode Description
OnButtonCancelClick ( object sender, RoutedEventArgs e ) : void
OnButtonSubmitClick ( object sender, RoutedEventArgs e ) : void
OnEmailDataLostFocus ( object sender, RoutedEventArgs e ) : void
OnWindowClosing ( object sender, CancelEventArgs e ) : void
OnWindowInitialized ( object sender, EventArgs e ) : void

Method Details

Dispose() public méthode

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Résultat void

Dispose() protected méthode

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

FeedbackViewControl() public méthode

This control handles the user interface and submission of feedback email.
public FeedbackViewControl ( ) : System
Résultat System