pub trait IUIAnimationVariableChangeHandler2_Impl: Sized {
// Required method
fn OnValueChanged(
&self,
storyboard: Option<&IUIAnimationStoryboard2>,
variable: Option<&IUIAnimationVariable2>,
newvalue: *const f64,
previousvalue: *const f64,
cdimension: u32,
) -> Result<()>;
}
Required Methods§
fn OnValueChanged( &self, storyboard: Option<&IUIAnimationStoryboard2>, variable: Option<&IUIAnimationVariable2>, newvalue: *const f64, previousvalue: *const f64, cdimension: u32, ) -> Result<()>
Object Safety§
This trait is not object safe.