'Declaration Public Sub Set1_VariableChangeHandler( _ ByVal valueChangedHandler As Variable2.Value1ChangedDelegate, _ Optional ByVal fRegisterForNextAnimationEvent As System.Boolean _ )
public void Set1_VariableChangeHandler( Variable2.Value1ChangedDelegate valueChangedHandler, System.bool fRegisterForNextAnimationEvent )
Parameters
- valueChangedHandler
- The handler for changes to the 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.