Example #1
0
 internal void OnDescriptionChanged(DescriptionEventArgs e)
 {
     DescriptionChanged.RaiseEvent(this, e);
 }
Example #2
0
 internal void OnDescriptionChanged(DescriptionEventArgs e)
 {
     DescriptionChanged.RaiseEvent(this, e);
 }
Example #3
0
 private void OnDescriptionChanged(object sender, DescriptionEventArgs e)
 {
     RaisePropertyChanged("Description");
 }