PixelShader::InvalidPixelShaderEncountered Event

 

Occurs when the render thread cannot process the pixel shader.

Namespace:   System.Windows.Media.Effects
Assembly:  PresentationCore (in PresentationCore.dll)

public:
event EventHandler^ InvalidPixelShaderEncountered {
	static void add(EventHandler^ value);
	static void remove(EventHandler^ value);
}

.NET Framework
Available since 3.0
Return to top
Show: