Share via


ObservableObject.RaisePropertyChanged Method (String)

 

Applies To: Dynamics CRM 2013

Namespace:   Microsoft.Xrm.Client.Windows.Controls.ConnectionDialog
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)

Syntax

protected void RaisePropertyChanged(
    string propertyName
)
protected:
void RaisePropertyChanged(
    String^ propertyName
)
member RaisePropertyChanged : 
        propertyName:string -> unit
Protected Sub RaisePropertyChanged (
    propertyName As String
)

Parameters

See Also

ObservableObject Class
Microsoft.Xrm.Client.Windows.Controls.ConnectionDialog Namespace
Developer extensions for Microsoft Dynamics CRM 2013

Return to top