A delegate which is called to notify the process of specific
            Berkeley DB events. 
            
    Namespace: 
   BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0
Syntax
| C# | 
|---|
public EventNotifyDelegate EventNotify { get; set; }  | 
| Visual Basic (Declaration) | 
|---|
Public Property EventNotify As EventNotifyDelegate  | 
| Visual C++ | 
|---|
public: property EventNotifyDelegate^ EventNotify { EventNotifyDelegate^ get (); void set (EventNotifyDelegate^ value); }  |