Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace / DragDropUndoAction Class / Execute Method
Object on which the action occurred.


In This Topic
    Execute Method (DragDropUndoAction)
    In This Topic
    Executes the action on the specified sender.
    Syntax
    'Declaration
     
    Public Overrides Sub Execute( _
       ByVal sender As Object _
    ) 
    'Usage
     
    Dim instance As DragDropUndoAction
    Dim sender As Object
     
    instance.Execute(sender)
    public override void Execute( 
       object sender
    )

    Parameters

    sender
    Object on which the action occurred.
    See Also