ObservableObject.OnPropertyChanging Method (PropertyChangingEventArgs)
Applies To: Dynamics CRM 2013
Namespace: Microsoft.Xrm.Client.Windows.Controls.ConnectionDialog
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
protected void OnPropertyChanging(
PropertyChangingEventArgs args
)
protected:
void OnPropertyChanging(
PropertyChangingEventArgs^ args
)
member OnPropertyChanging :
args:PropertyChangingEventArgs -> unit
Protected Sub OnPropertyChanging (
args As PropertyChangingEventArgs
)
Parameters
See Also
ObservableObject Class
Microsoft.Xrm.Client.Windows.Controls.ConnectionDialog Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top