IRendererSceneInvalidated Event

Raised when a portion of the scene has been invalidated.

Definition

Namespace: Avalonia.Rendering
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
event EventHandler<SceneInvalidatedEventArgs> SceneInvalidated

Value

EventHandlerSceneInvalidatedEventArgs

Remarks

Indicates that the underlying low-level scene information has been updated. Used to signal that an update to the current pointer-over state may be required.

See Also