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

Interface for items which can be added the the NamedItemList. More...

Inheritance diagram for DirectOutput.General.Generic.INamedItem:

Properties

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

Interface for items which can be added the the NamedItemList.

Property Documentation

string DirectOutput.General.Generic.INamedItem.Name
getset

Gets or sets the name of the item.
Must fire the BeforeNameChange and AfterNameChange events when the value of the property is changed.

The name of the item.

Event Documentation

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

Occurs when after the name of the item has changed.

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

Occurs before the name of the item changes.


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