FlexGrid for WPF | ComponentOne
C1.WPF.FlexGridFilter.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / ColumnFilterEditor Class / BeginStoryboard Method / BeginStoryboard(Storyboard,HandoffBehavior,Boolean) Method

In This Topic
    BeginStoryboard(Storyboard,HandoffBehavior,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub BeginStoryboard( _
       ByVal storyboard As Storyboard, _
       ByVal handoffBehavior As HandoffBehavior, _
       ByVal isControllable As Boolean _
    ) 
    public void BeginStoryboard( 
       Storyboard storyboard,
       HandoffBehavior handoffBehavior,
       bool isControllable
    )

    Parameters

    storyboard
    handoffBehavior
    isControllable
    See Also