DirectOutput
DirectOutput framework R2 for virtual pinball cabinets.
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros Pages
DirectOutput.General.Generic.NamedItemBase Class Reference

Abstract base class for named items.
Implements the name property and the necessary events. More...

Inheritance diagram for DirectOutput.General.Generic.NamedItemBase:
Collaboration diagram for DirectOutput.General.Generic.NamedItemBase:

Properties

string Name [get, set]
 Name of the named item.
Triggers BeforeNameChange before a new Name is set.
Triggers AfterNameChanged after a new name has been set. More...
 
- Properties inherited from DirectOutput.General.Generic.INamedItem
string Name [get, set]
 Gets or sets the name of the item.
Must fire the BeforeNameChange and AfterNameChange events when the value of the property is changed. More...
 

Events

EventHandler< NameChangeEventArgsAfterNameChanged
 Event is fired after the value of the property Name has changed. More...
 
EventHandler< NameChangeEventArgsBeforeNameChange
 Event is fired before the value of the property Name is changed. More...
 
- Events inherited from DirectOutput.General.Generic.INamedItem
EventHandler< NameChangeEventArgsBeforeNameChange
 Occurs before the name of the item changes. More...
 
EventHandler< NameChangeEventArgsAfterNameChanged
 Occurs when after the name of the item has changed. More...
 

Detailed Description

Abstract base class for named items.
Implements the name property and the necessary events.

Property Documentation

string DirectOutput.General.Generic.NamedItemBase.Name
getset

Name of the named item.
Triggers BeforeNameChange before a new Name is set.
Triggers AfterNameChanged after a new name has been set.

The name of the item.

Event Documentation

EventHandler<NameChangeEventArgs> DirectOutput.General.Generic.NamedItemBase.AfterNameChanged

Event is fired after the value of the property Name has changed.

EventHandler<NameChangeEventArgs> DirectOutput.General.Generic.NamedItemBase.BeforeNameChange

Event is fired before the value of the property Name is changed.


The documentation for this class was generated from the following file: