DirectOuput Framework R2
DirectOutput framework R2 for virtual pinball cabinets
Go to:
Overview 
 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.

Definition at line 8 of file INamedItem.cs.

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.

Definition at line 17 of file INamedItem.cs.

Event Documentation

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

Occurs when after the name of the item has changed.

Definition at line 26 of file INamedItem.cs.

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

Occurs before the name of the item changes.

Definition at line 22 of file INamedItem.cs.


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