Xceed Toolkit for .NET Maui v2.0 Documentation
Xceed.Maui.Toolkit Assembly / Xceed.Maui.Toolkit Namespace / DoubleAnimation Class / Invoke Method / Invoke(VisualElement) Method


In This Topic
    Invoke(VisualElement) Method
    In This Topic
    Syntax
    'Declaration
     
    
    <AsyncStateMachineAttribute(Xceed.Maui.Toolkit.DoubleAnimation/d__24)> 
    <DebuggerStepThroughAttribute()> 
    Protected Overloads Overrides Sub Invoke( _ 
       ByVal sender As VisualElement _ 
    ) 
    'Usage
     
    
    Dim instance As DoubleAnimation
    Dim sender As VisualElement
     
    instance.Invoke(sender)
    [AsyncStateMachine(Xceed.Maui.Toolkit.DoubleAnimation/d__24)] 
    [DebuggerStepThrough()] 
    protected override void Invoke( 
       VisualElement sender 
    )

    Parameters

    sender
    Requirements

    Target Platforms: Windows 11, Windows 10, 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