Nevron .NET Vision
Nevron.UI Namespace / NAnimationEventArgs Class / NAnimationEventArgs Constructor


In This Topic
    NAnimationEventArgs Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal animatable As INAnimatable, _
       ByVal animation As INAnimation _
    )
    'Usage
     
    
    Dim animatable As INAnimatable
    Dim animation As INAnimation
     
    Dim instance As New NAnimationEventArgs(animatable, animation)
    public NAnimationEventArgs( 
       INAnimatable animatable,
       INAnimation animation
    )

    Parameters

    animatable
    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