Occurs when the IsFrontBufferAvailable property changes.
Assembly: PresentationCore (in PresentationCore.dll)
XMLNS for XAML: Not mapped to an xmlns.
Syntax
Public Event IsFrontBufferAvailableChanged As DependencyPropertyChangedEventHandlerpublic event DependencyPropertyChangedEventHandler IsFrontBufferAvailableChangedpublic:
event DependencyPropertyChangedEventHandler^ IsFrontBufferAvailableChanged {
void add (DependencyPropertyChangedEventHandler^ value);
void remove (DependencyPropertyChangedEventHandler^ value);
}member IsFrontBufferAvailableChanged : IEvent<DependencyPropertyChangedEventHandler,
DependencyPropertyChangedEventArgs>
<object IsFrontBufferAvailableChanged="DependencyPropertyChangedEventHandler" .../> Remarks
Handle the IsFrontBufferAvailableChanged to be notified when the status of the front buffer changes.
When the IsFrontBufferAvailable property changes from false to true, restart rendering by assigning a valid Direct3D surface in the SetBackBuffer method.
Platforms
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.