AnimationController.GetEventDescription Method

Language:

Retrieves a description of a specified animation event.

Definition

Visual Basic Public Function GetEventDescription( _
    ByVal eventHandle As Integer _
) As EventDescription
C# public EventDescription GetEventDescription(
    int eventHandle
);
C++ public:
EventDescription GetEventDescription(
    int eventHandle
);
JScript public function GetEventDescription(
    eventHandle : int
) : EventDescription;

Parameters

eventHandle System.Int32
Event handle to the animation event to describe.

Return Value

Microsoft.DirectX.Direct3D.EventDescription
An EventDescription structure that contains a description of the animation event.

Remarks

Exceptions
InvalidCallException The method call is invalid. For example, a method's parameter might contain an invalid value.


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

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