コード例 #1
0
 /// <summary>
 /// Recalculate the time after change of an attribute.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">The <see cref="AttributeValueChangedEventArgs"/> instance containing the event data.</param>
 private void pb_ValueChanged(object sender, AttributeValueChangedEventArgs e)
 {
     Recalculate();
 }
コード例 #2
0
 public bool OnValueChanged(IAttribute sender, AttributeValueChangedEventArgs args, IAttributeModifier modifier)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 public bool OnValueChanged(IAttribute sender, AttributeValueChangedEventArgs args, IAttributeModifier modifier)
 {
     return(false);
 }
コード例 #4
0
 /// <summary>
 /// Recalculate the time after change of an attribute.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">The <see cref="AttributeValueChangedEventArgs"/> instance containing the event data.</param>
 private void pb_ValueChanged(object sender, AttributeValueChangedEventArgs e)
 {
     Recalculate();
 }