This topic has not yet been rated - Rate this topic

DataColumn.RaisePropertyChanging Method

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

[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
);

See Also

DataColumn Class | DataColumn Members | System.Data Namespace

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.