Summary
Arguments for object related events.
		- Assembly
- Db4objects.Db4o-2010 .dll 
- Namespace
- Db4objects.Db4o .Events 
- Base Types
- 
									- EventArgs
- TransactionalEvent Args 
 
- Derived Types
							graph BT
	Type-->Base0["TransactionalEventArgs"]
	click Base0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Events/TransactionalEventArgs"
	Base0-->Base1["EventArgs"]
	Type["ObjectEventArgs"]
class Type type-node
	Derived0["ObjectInfoEventArgs"]-->Type
	click Derived0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Events/ObjectInfoEventArgs"
						
					Syntax
public abstract class ObjectEventArgs : TransactionalEventArgsRemarks
Arguments for object related events.
			Constructors
| Name | Summary | 
|---|---|
| ObjectEventArgs | Creates a new instance for the specified object. | 
Properties
| Name | Value | Summary | 
|---|---|---|
| Object | Object | The object that triggered this event. | 
Methods
| Name | Value | Summary | 
|---|---|---|
| ObjectContainer | IObjectContainer | Inherited from Transactional | 
| Transaction | Object | Inherited from Transactional | 
See Also
- Db4objects.Db4o.Events.IEventRegistry