Defines an event class for the refreshing of an object.
Namespace: NHibernate.EventAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
[SerializableAttribute] public class RefreshEvent : AbstractEvent |
| Visual Basic |
|---|
<SerializableAttribute> _ Public Class RefreshEvent _ Inherits AbstractEvent |
| Visual C++ |
|---|
[SerializableAttribute] public ref class RefreshEvent : public AbstractEvent |