Edit

Share via


D3DImage.IsFrontBufferAvailableChanged Event

Definition

Occurs when the IsFrontBufferAvailable property changes.

C#
public event System.Windows.DependencyPropertyChangedEventHandler IsFrontBufferAvailableChanged;

Event Type

Remarks

Handle the IsFrontBufferAvailableChanged to be notified when the status of the front buffer changes. How your application responds to the front buffer becoming unavailable depends on whether WPF is enabled to fall back to software rendering. The SetBackBuffer method has an overload that takes a parameter that specifies whether WPF falls back to software rendering. For more information, see the remarks in the D3DImage class.

Applies to

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

See also