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