The application's event notification function.
            
    Namespace: 
   BerkeleyDB
    Assembly:
   libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0
 Syntax
Syntax
| Visual Basic (Declaration) | 
|---|
| Public Delegate Sub EventNotifyDelegate ( _
	eventcode As NotificationEvent, _
	event_info As Byte() _
) | 
Parameters
- eventcode
- Type: BerkeleyDB..::.NotificationEvent
 An even code specifying the Berkeley DB event
- event_info
- Type: array<
            System..::.Byte
          >[]()[]
 Additional information describing an event. By default, event_info is
            null; specific events may pass non-null values, in which case the event
            will also describe the information's structure.
 See Also
See Also