'Declaration Protected Sub NotifyPropertyChanged( _ ByVal e As PropertyChangedEventArgs _ )
'Usage Dim instance As CharBoxInfo Dim e As PropertyChangedEventArgs instance.NotifyPropertyChanged(e)
protected void NotifyPropertyChanged( PropertyChangedEventArgs e )
Parameters
- e