WCF-Xtensions Class Reference for Mono
OnPropertyChanging Method






Name of the property.
Raises the PropertyChanging event with the provided arguments.
Syntax
'Declaration
 
Protected Overridable Sub OnPropertyChanging( _
   ByVal propertyName As System.String _
) 
'Usage
 
Dim instance As JObject
Dim propertyName As System.String
 
instance.OnPropertyChanging(propertyName)
protected virtual void OnPropertyChanging( 
   System.string propertyName
)
protected procedure OnPropertyChanging( 
    propertyName: System.String
); virtual; 
protected function OnPropertyChanging( 
   propertyName : System.String
);
protected: virtual void OnPropertyChanging( 
   System.string* propertyName
) 
protected:
virtual void OnPropertyChanging( 
   System.String^ propertyName
) 

Parameters

propertyName
Name of the property.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

JObject Class
JObject Members

Send Feedback