C# Class RevitLookup.EventTrack.Forms.EventsForm

Afficher le fichier Open project: jeremytammik/RevitLookup

Méthodes publiques

Свойство Type Description
m_appEvents Events.ApplicationEvents
m_docEvents Events.DocEvents

Méthodes publiques

Méthode Description
EventsForm ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

SetEventsOnOff ( Events eventGroup, bool onOff, bool showDetails ) : void
event_OnBnOkClick ( 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

EventsForm() public méthode

public EventsForm ( ) : System
Résultat System

Property Details

m_appEvents public_oe static_oe property

public static Events.ApplicationEvents m_appEvents
Résultat Events.ApplicationEvents

m_docEvents public_oe static_oe property

public static Events.DocEvents m_docEvents
Résultat Events.DocEvents