Microsoft DirectX 9.0 SDK Update (October 2004)

TextureRenderEventHandler Delegate

Language:

Note: This documentation is preliminary and is subject to change.

Represents the method that handles the Video.TextureReadyToRender event.

Definition

Visual Basic .NET Public Delegate Sub TextureRenderEventHandler( _
    ByVal sender As Object, _
    ByVal e As TextureRenderEventArgs _
)
C# public sealed delegate void TextureRenderEventHandler(
    object sender,
    TextureRenderEventArgs e
);
Managed C++ public: __gc __delegate void TextureRenderEventHandler(
    Object *sender,
    TextureRenderEventArgs *e
);
JScript .NET In JScript .NET, you can use delegates, but you cannot define your own.

Parameters

sender System.Object. The System.Object Leave Site that is calling the event.
e Microsoft.DirectX.AudioVideoPlayback.TextureRenderEventArgs. A TextureRenderEventArgs object that allows you to pass an argument to the Video.TextureReadyToRender event.

Delegate Information

Namespace Microsoft.DirectX.AudioVideoPlayback
Assembly Microsoft.DirectX.AudioVideoPlayback (microsoft.directx.audiovideoplayback.dll)
Strong Name Microsoft.DirectX.AudioVideoPlayback,  Version=1.0.2902.0,  Culture=neutral,  PublicKeyToken=31bf3856ad364e35

© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center