[This is preliminary documentation and is subject to change.]

Raised when new entry from server is added to journal.

Namespace:  Phoenix
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static event JournalEntryAddedEventHandler EntryAdded
Public Shared Event EntryAdded As JournalEntryAddedEventHandler
public:
static  event JournalEntryAddedEventHandler^ EntryAdded {
	void add (JournalEntryAddedEventHandler^ value);
	void remove (JournalEntryAddedEventHandler^ value);
}

See Also