Initializes a new instance of the RefreshEvent class
Namespace: NHibernate.EventAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public RefreshEvent( Object entity, IEventSource source ) |
Visual Basic |
---|
Public Sub New ( _ entity As Object, _ source As IEventSource _ ) |
Visual C++ |
---|
public: RefreshEvent( Object^ entity, IEventSource^ source ) |
Parameters
- entity
- Type: System..::..Object
[Missing <param name="entity"/> documentation for "M:NHibernate.Event.RefreshEvent.#ctor(System.Object,NHibernate.Event.IEventSource)"]
- source
- Type: NHibernate.Event..::..IEventSource
[Missing <param name="source"/> documentation for "M:NHibernate.Event.RefreshEvent.#ctor(System.Object,NHibernate.Event.IEventSource)"]