Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Page structure changes #203

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions patterns-practices/reference/bindablebase-members-mspp-mvvm.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ ms:mtpsurl: 'bindablebase-members-mspp-mvvm.md'

# BindableBase Members

The [BindableBase](https://msdn.microsoft.com/library/microsoft.practices.prism.mvvm.bindablebase) type exposes the following members.
The [BindableBase](/patterns-practices/reference/bindablebase-class-mspp-mvvm) type exposes the following members.

## Constructors

## Constructors

<table>

Expand All @@ -27,7 +27,7 @@ The [BindableBase](https://msdn.microsoft.com/library/microsoft.practices.prism.
<td>![Protected method](/patterns-practices/reference/images/protmethod.gif)</td>
<td>BindableBase</td>
<td><div class="summary">
Initializes a new instance of the [BindableBase](https://msdn.microsoft.com/library/microsoft.practices.prism.mvvm.bindablebase) class
Initializes a new instance of the [BindableBase](/patterns-practices/reference/bindablebase-class-mspp-mvvm) class
</div></td>
</tr>
</tbody>
Expand Down Expand Up @@ -88,14 +88,14 @@ Creates a shallow copy of the current [Object](http://msdn.microsoft.com/en-us/l
</tr>
<tr class="even">
<td>![Protected method](/patterns-practices/reference/images/protmethod.gif)</td>
<td>[OnPropertyChanged(String)](https://msdn.microsoft.com/library/microsoft.practices.prism.mvvm.bindablebase.onpropertychanged(system.string))</td>
<td>[OnPropertyChanged(String)](/patterns-practices/reference/bindablebase-onpropertychanged-method-mspp-mvvm)</td>
<td><div class="summary">
Notifies listeners that a property value has changed.
</div></td>
</tr>
<tr class="odd">
<td>![Protected method](/patterns-practices/reference/images/protmethod.gif)</td>
<td>[OnPropertyChanged&lt;T&gt;(Expression&lt;Func&lt;T&gt;&gt;)](https://msdn.microsoft.com/library/microsoft.practices.prism.mvvm.bindablebase.onpropertychanged)</td>
<td>[OnPropertyChanged&lt;T&gt;(Expression&lt;Func&lt;T&gt;&gt;)](/patterns-practices/reference/bindablebase-onpropertychanged-method-mspp-mvvm)</td>
<td><div class="summary">
Raises this object's PropertyChanged event.
</div></td>
Expand Down Expand Up @@ -133,7 +133,7 @@ Returns a string that represents the current object.
<tbody>
<tr class="odd">
<td>![Public event](/patterns-practices/reference/images/pubevent.gif)</td>
<td>[PropertyChanged](https://msdn.microsoft.com/library/microsoft.practices.prism.mvvm.bindablebase.propertychanged)</td>
<td>[PropertyChanged](/patterns-practices/reference/bindablebase-propertychanged-event-mspp-mvvm)</td>
<td><div class="summary">
Occurs when a property value changes.
</div></td>
Expand All @@ -143,5 +143,5 @@ Occurs when a property value changes.

## See Also

[BindableBase Class](https://msdn.microsoft.com/library/microsoft.practices.prism.mvvm.bindablebase)
[Microsoft.Practices.Prism.Mvvm Namespace](https://msdn.microsoft.com/library/microsoft.practices.prism.mvvm)
[BindableBase Class](/patterns-practices/reference/bindablebase-class-mspp-mvvm)
[Microsoft.Practices.Prism.Mvvm Namespace](/patterns-practices/reference/mspp-mvvm-namespace)
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Initiates navigation to the target specified by the [Uri](http://msdn.microsoft.
</tr>
<tr class="even">
<td>![Public method](/patterns-practices/reference/images/public-method.gif)</td>
<td>[RequestNavigate(Uri, Action(NavigationResult), NavigationParameters)](/patterns-practices/reference/mspp-regions-namespace.inavigateasync.requestnavigate)</td>
<td>[RequestNavigate(Uri, Action(NavigationResult), NavigationParameters)](/patterns-practices/reference/inavigateasync-requestnavigate-method-uri-action-navigationresult-navigationparameters-mspp-regions)</td>
<td><div class="summary">
Initiates navigation to the target specified by the [Uri](http://msdn.microsoft.com/en-us/library/txt7706a).
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ The [PropertySupport](/patterns-practices/reference/propertysupport-class-mspp-m
</thead>
<tbody>
<tr class="odd">
<td>![Public method](/patterns-practices/reference/images/public-method.gif)![Static member](/patterns-practices/reference/images/static.gif)</td>
<td>[ExtractPropertyName&lt;T&gt;](/patterns-practices/reference/propertysupport-extractpropertyname-t-method-mspp-mvvm
)</td>
<td>![Public method](/patterns-practices/reference/images/public-method.gif)![Static member](/patterns-practices/reference/images/static-member.gif)</td>
<td>[ExtractPropertyName&lt;T&gt;](/patterns-practices/reference/propertysupport-extractpropertyname-t-method-mspp-mvvm)</td>
<td><div class="summary">
Extracts the property name from a property expression.
</div></td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ms:mtpsurl: 'pubsubevent-tpayload-contains-method-mspp-pubsubevents.md'
---


# PubSubEvent<TPayload>.Contains Method
# PubSubEvent&lt;TPayload&gt;.Contains Method

## Overload List

Expand All @@ -22,17 +22,17 @@ ms:mtpsurl: 'pubsubevent-tpayload-contains-method-mspp-pubsubevents.md'
<tr class="odd">

<td>![Public method](/patterns-practices/reference/images/public-method.gif)</td>
<td>[Contains(Action&lt;TPayload&gt;)](/patterns-practices/reference/mspp-mvvm-namespace.pubsubevent.contains(system.action))</td>
<td>[Contains(Action&lt;TPayload&gt;)](/patterns-practices/reference/pubsubevent-tpayload-contains-method-action-tpayload-mspp-pubsubevents)</td>

<td><div class="summary">
Returns trueTruetruetrue (True in Visual Basic) if there is a subscriber matching [Action&lt;T&gt;](http://msdn.microsoft.com/en-us/library/018hxwa8).
Returns <b>truetrue</b> (<b>True</b> in Visual Basic) if there is a subscriber matching [Action&lt;T&gt;](http://msdn.microsoft.com/en-us/library/018hxwa8).
</div></td>
</tr>
<tr class="even">
<td>![Public method](/patterns-practices/reference/images/public-method.gif)</td>
<td>[Contains(SubscriptionToken)](/patterns-practices/reference/mspp-mvvm-namespace.eventbase.contains(microsoft.practices.prism.pubsubevents.subscriptiontoken))</td>
<td>[Contains(SubscriptionToken)](/patterns-practices/reference/eventbase-contains-method-mspp-pubsubevents)</td>
<td><div class="summary">
Returns trueTruetruetrue (True in Visual Basic) if there is a subscriber matching [SubscriptionToken](/patterns-practices/reference/mspp-mvvm-namespace.subscriptiontoken).
Returns <b>truetrue</b> (<b>True</b> in Visual Basic) if there is a subscriber matching [SubscriptionToken](/patterns-practices/reference/subscriptiontoken-class-mspp-pubsubevents).
</div>
(Inherited from [EventBase](/patterns-practices/reference/mspp-mvvm-namespace.eventbase).)</td>
</tr>
Expand All @@ -41,7 +41,6 @@ Returns trueTruetruetrue (True in Visual Basic) if there is a subscriber matchin

## See Also

[PubSubEvent<TPayload> Class](/patterns-practices/reference/mspp-mvvm-namespace.pubsubevent)
PubSubEvent<TPayload> Members

[PubSubEvent&lt;TPayload&gt; Class](/patterns-practices/reference/pubsubevent-tpayload-class-mspp-pubsubevents)
PubSubEvent&lt;TPayload&gt; Members
[Microsoft.Practices.Prism.PubSubEvents Namespace](/patterns-practices/reference/mspp-mvvm-namespace)