AutoColumnListViewItem.RaisePropertyChanged Method
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Protected Sub RaisePropertyChanged ( _
propName As String _
)
protected void RaisePropertyChanged(
string propName
)
protected:
void RaisePropertyChanged(
String^ propName
)
member RaisePropertyChanged :
propName:string -> unit
protected function RaisePropertyChanged(
propName : String
)
Parameters
- propName
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.