Nevron .NET Vision
Nevron.UI Namespace / INAnimation Interface / StartAnimate Method
The arguments containing information about the requested animation.


In This Topic
    StartAnimate Method (INAnimation)
    In This Topic
    Starts animation operation for the specified INAnimatable instance.
    Syntax
    'Declaration
     
    
    Sub StartAnimate( _
       ByVal e As NAnimationEventArgs _
    ) 
    'Usage
     
    
    Dim instance As INAnimation
    Dim e As NAnimationEventArgs
     
    instance.StartAnimate(e)
    void StartAnimate( 
       NAnimationEventArgs e
    )

    Parameters

    e
    The arguments containing information about the requested animation.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also