Beispiel #1
0
 /// <summary>
 /// Handles the <see cref="Changed"/> event
 /// </summary>
 protected virtual void OnChanged(BindingChangedEventArgs e)
 {
     if (Changed != null)
     {
         Changed(this, e);
     }
 }
Beispiel #2
0
		/// <summary>
		/// Handles the <see cref="Changed"/> event
		/// </summary>
		protected virtual void OnChanged(BindingChangedEventArgs e)
		{
			if (Changed != null)
				Changed(this, e);
		}