Share via


ObservableObject.RaisePropertyChanging 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 RaisePropertyChanging(
    string propertyName
)
protected:
void RaisePropertyChanging(
    String^ propertyName
)
member RaisePropertyChanging : 
        propertyName:string -> unit
Protected Sub RaisePropertyChanging (
    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