Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / CellPresenterBase Class / BeginStoryboard Method / BeginStoryboard(Storyboard,HandoffBehavior) Method


In This Topic
    BeginStoryboard(Storyboard,HandoffBehavior) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub BeginStoryboard( _
       ByVal storyboard As Storyboard, _
       ByVal handoffBehavior As HandoffBehavior _
    ) 
    'Usage
     
    Dim instance As CellPresenterBase
    Dim storyboard As Storyboard
    Dim handoffBehavior As HandoffBehavior
     
    instance.BeginStoryboard(storyboard, handoffBehavior)
    public void BeginStoryboard( 
       Storyboard storyboard,
       HandoffBehavior handoffBehavior
    )

    Parameters

    storyboard
    handoffBehavior
    See Also