Freigeben über


PhoneApplicationFrame.JournalEntryRemoved-Ereignis

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>

Versionsinformationen

.NET für Windows Phone-Apps

Unterstützt in: Windows Phone 8, Silverlight 8.1

.NET Framework-Sicherheit

Siehe auch

Referenz

PhoneApplicationFrame Klasse

Microsoft.Phone.Controls-Namespace