C# Class PurplePen.NewEventWizard

Afficher le fichier Open project: petergolde/PurplePen Class Usage Examples

Private Properties

Свойство Type Description
ActivatePage void
Application_Idle void
GetEventFullPath string
InitializeComponent void
NewEventWizard_FormClosed void
NewEventWizard_Load void
NewEventWizard_Shown void
SetCreateInfo void
TryCreateEvent bool
backButton_Click void
nextButton_Click void

Méthodes publiques

Méthode Description
InitializePages ( ) : void
NewEventWizard ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
ActivatePage ( int newPage ) : void
Application_Idle ( object sender, EventArgs e ) : void
GetEventFullPath ( ) : string
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

NewEventWizard_FormClosed ( object sender, FormClosedEventArgs e ) : void
NewEventWizard_Load ( object sender, EventArgs e ) : void
NewEventWizard_Shown ( object sender, EventArgs e ) : void
SetCreateInfo ( ) : void
TryCreateEvent ( string &errorMessageText ) : bool
backButton_Click ( object sender, EventArgs e ) : void
nextButton_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

InitializePages() public méthode

public InitializePages ( ) : void
Résultat void

NewEventWizard() public méthode

public NewEventWizard ( ) : System
Résultat System