Raises the
AnimationModeChanged event.
Syntax
Visual Basic (Declaration) | |
---|
Protected Overridable Sub OnAnimationModeChanged( _
ByVal e As EventArgs _
) |
C# | |
---|
protected virtual void OnAnimationModeChanged(
EventArgs e
) |
C++/CLI | |
---|
protected:
virtual void OnAnimationModeChanged(
EventArgs^ e
) |
Parameters
- e
- An EventArgs that contains the event data.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also