C# Class ExternalEventExampleDialog, revitapitutorialbook

Inheritance: Form
Afficher le fichier Open project: revitdevelopers/revitapitutorialbook Class Usage Examples

Méthodes publiques

Méthode Description
ExternalEventExampleDialog ( ExternalEvent exEvent, ExternalEventExample, handler )

Méthodes protégées

Méthode Description
OnFormClosed ( FormClosedEventArgs, e ) : void

Private Methods

Méthode Description
closeButton_Click ( object sender, EventArgs, e ) : void
showMessageButton_Click ( object sender, EventArgs, e ) : void

Method Details

ExternalEventExampleDialog() public méthode

public ExternalEventExampleDialog ( ExternalEvent exEvent, ExternalEventExample, handler )
exEvent ExternalEvent
handler ExternalEventExample,

OnFormClosed() protected méthode

protected OnFormClosed ( FormClosedEventArgs, e ) : void
e FormClosedEventArgs,
Résultat void