'宣言 Public Sub SetVariableIntegerChangeHandler( _ ByVal valueChangedHandler As Variable2.IntegerValueChangedDelegate, _ Optional ByVal fRegisterForNextAnimationEvent As System.Boolean _ )
public void SetVariableIntegerChangeHandler( Variable2.IntegerValueChangedDelegate valueChangedHandler, System.bool fRegisterForNextAnimationEvent )
パラメータ
- valueChangedHandler
 - The handler for changes to the integer value of the animation variable.
 - fRegisterForNextAnimationEvent
 - If TRUE, specifies that the EstimateNextEventTime method will incorporate handler into its estimate of the time interval until the next animation event.