Example #1
0
 protected virtual void OnKnobChangeValue(LBKnobEventArgs e)
 {
     if (this.KnobChangeValue != null)
     {
         this.KnobChangeValue(this, e);
     }
 }
Example #2
0
		protected virtual void OnKnobChangeValue( LBKnobEventArgs e )
	    {
	        if( this.KnobChangeValue != null )
	            this.KnobChangeValue( this, e );
	    }