PhoneApplicationFrame.JournalEntryRemoved Event

Namespace:  Microsoft.Phone.Controls
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
Public Event JournalEntryRemoved As EventHandler(Of JournalEntryRemovedEventArgs)
public event EventHandler<JournalEntryRemovedEventArgs> JournalEntryRemoved
public:
 event EventHandler<JournalEntryRemovedEventArgs^>^ JournalEntryRemoved {
    void add (EventHandler<JournalEntryRemovedEventArgs^>^ value);
    void remove (EventHandler<JournalEntryRemovedEventArgs^>^ value);
}
member JournalEntryRemoved : IEvent<EventHandler<JournalEntryRemovedEventArgs>,
    JournalEntryRemovedEventArgs>

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

PhoneApplicationFrame Class

Microsoft.Phone.Controls Namespace