Nevron .NET Vision
Nevron.UI Namespace / INAnimatable Interface / OnAnimationStarted Method
The arguments associated with the event.


In This Topic
    OnAnimationStarted Method (INAnimatable)
    In This Topic
    Notifies the instance for an animation being started.
    Syntax
    'Declaration
     
    
    Sub OnAnimationStarted( _
       ByVal e As NAnimationEventArgs _
    ) 
    'Usage
     
    
    Dim instance As INAnimatable
    Dim e As NAnimationEventArgs
     
    instance.OnAnimationStarted(e)
    void OnAnimationStarted( 
       NAnimationEventArgs e
    )

    Parameters

    e
    The arguments associated with the event.
    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