| BindableBase Methods | 
The BindableBase type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | OnPropertyChanged | 
            Call PropertyChanged event delegate
             | 
|  | SetPropertyT | 
            Set value of member and raise PropertyChanged event
             | 
|  | VerifyPropertyName | 
            Warns the developer if this object does not have
            a public property with the specified name. This
            method does not exist in a Release build.
             | 
 See Also
See Also