GameComponent.OnUpdateOrderChanged Method
Called when the UpdateOrder property changes. Raises the UpdateOrderChanged event.
Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework.Game (in microsoft.xna.framework.game.dll)
protected virtual void OnUpdateOrderChanged ( Object sender, EventArgs args )
Parameters
- sender
- Type: Object
The GameComponent. - args
- Type: EventArgs
Arguments to the UpdateOrderChanged event.