![]() |
![]() |
![]() |
AnimationController.IsEventValid Method |
Language: |
Determines whether a specified event handle is valid and an animation event has completed.
Visual Basic .NET Public Function IsEventValid( _
ByVal eventHandle As Integer _
) As BooleanC# public bool IsEventValid(
int eventHandle
);Managed C++ public: bool IsEventValid(
int eventHandle
);JScript .NET public function IsEventValid(
eventHandle : int
) : boolean;
eventHandle System.Int32. Event handle to the animation event.
System.Boolean . Returns true if the method succeeds; false if it fails.
This method indicates whether an event handle is valid even if the event is still running.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center