This documentation is archived and is not being maintained.
DataSet.RaisePropertyChanging Method
.NET Framework 1.1
Sends notification that the specified DataSet property is about to change.
[Visual Basic] Protected Friend Sub RaisePropertyChanging( _ ByVal name As String _ ) [C#] protected internal void RaisePropertyChanging( string name ); [C++] protected public: void RaisePropertyChanging( String* name ); [JScript] protected internal function RaisePropertyChanging( name : String );
Parameters
- name
- The name of the property that is about to change.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
Show: