Error processing SSI file
LEADTOOLS WPF (Leadtools.Windows.D2DRendering assembly)

Show in webframe

IsFrontBufferAvailableChanged Event






Occurs when the Front Buffer Available property changes.
Syntax
public event EventHandler<EventArgs> IsFrontBufferAvailableChanged
'Declaration
 
Public Event IsFrontBufferAvailableChanged As EventHandler(Of EventArgs)
'Usage
 
Dim instance As D2DSurface
Dim handler As EventHandler(Of EventArgs)
 
AddHandler instance.IsFrontBufferAvailableChanged, handler

            

            
public:
event EventHandler<EventArgs^>^ IsFrontBufferAvailableChanged
Remarks

Handle the IsFrontBufferAvailableChanged to be notified when the status of the front buffer changes.

Requirements

Target Platforms

See Also

Reference

D2DSurface Class
D2DSurface Members

Error processing SSI file