C# Class RevitLookup.EventTrack.Forms.EventsForm

Datei anzeigen Open project: jeremytammik/RevitLookup

Public Properties

Property Type Description
m_appEvents Events.ApplicationEvents
m_docEvents Events.DocEvents

Public Methods

Method Description
EventsForm ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

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

EventsForm() public method

public EventsForm ( ) : System
return System

Property Details

m_appEvents public_oe static_oe property

public static Events.ApplicationEvents m_appEvents
return Events.ApplicationEvents

m_docEvents public_oe static_oe property

public static Events.DocEvents m_docEvents
return Events.DocEvents