An NDoc Documented Class Library

Light.UpDated Method 

If you change more than one property of a light use at the begin UpDating and at the end UpDated. This ensures, that the method UpDate will be called only one time.

UpDating();
Ambient = Colors.White;
Specular = Colors.Blue;
..
UpDated();

public virtual void UpDated();

See Also

Light Class | Minais.Drawing3d Namespace