PhoneApplicationPage.OnRemovedFromJournal Method

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

Syntax

'Declaration
Protected Overridable Sub OnRemovedFromJournal ( _
    e As JournalEntryRemovedEventArgs _
)
protected virtual void OnRemovedFromJournal(
    JournalEntryRemovedEventArgs e
)
protected:
virtual void OnRemovedFromJournal(
    JournalEntryRemovedEventArgs^ e
)
abstract OnRemovedFromJournal : 
        e:JournalEntryRemovedEventArgs -> unit  
override OnRemovedFromJournal : 
        e:JournalEntryRemovedEventArgs -> unit

Parameters

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

PhoneApplicationPage Class

Microsoft.Phone.Controls Namespace