AuthenticationService.RaisePropertyChanged Method

[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]

Raises a PropertyChanged event for the specified property.

Namespace:  System.ServiceModel.DomainServices.Client.ApplicationServices
Assembly:  System.ServiceModel.DomainServices.Client (in System.ServiceModel.DomainServices.Client.dll)

Syntax

'Declaration
Protected Sub RaisePropertyChanged ( _
    propertyName As String _
)
'Usage
Dim propertyName As String

Me.RaisePropertyChanged(propertyName)
protected void RaisePropertyChanged(
    string propertyName
)
protected:
void RaisePropertyChanged(
    String^ propertyName
)
member RaisePropertyChanged : 
        propertyName:string -> unit 
protected function RaisePropertyChanged(
    propertyName : String
)

Parameters

  • propertyName
    Type: System.String
    The property to raise an event for.

Exceptions

Exception Condition
ArgumentNullException

propertyName is nulla null reference (Nothing in Visual Basic).

See Also

Reference

AuthenticationService Class

System.ServiceModel.DomainServices.Client.ApplicationServices Namespace