MobileServiceCollection<TTable,TCollection>.OnPropertyChanged Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Invokes the PropertyChanged event for the propertyName
property.
Provides a way for subclasses to override the event invocation behavior.
protected virtual void OnPropertyChanged (string propertyName = default);
override this.OnPropertyChanged : string -> unit
Protected Overridable Sub OnPropertyChanged (Optional propertyName As String = Nothing)
Parameters
- propertyName
- String
The name of the property that has changed.
Remarks
The CallerMemberName attribute will supply the value if no explicit value is provided. For more info see http://msdn.microsoft.com/en-us/library/hh534540.aspx We still need the null check, because you can still pass null as an explicit parameter.
Applies to
Azure SDK for .NET