C1.WPF.Input Namespace / C1FilePicker Class / RaisePropertyChanged Method
Name of the property that changed.

In This Topic
RaisePropertyChanged Method
In This Topic
Raises the property changed event.
Syntax
'Declaration
 
Protected Sub RaisePropertyChanged( _
   ByVal propertyName As String _
) 
 

Parameters

propertyName
Name of the property that changed.
See Also