Version

ResumeNotifications Method

Resumes property change notifications after a call to the SuspendNotifications method.
Syntax
public void ResumeNotifications( 
   bool notify
)

Parameters

notify
Boolean value indicating whether a property change notification should be sent. Default value is true.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also