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


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

    Parameters

    sender
    Object on which the action occurred.
    See Also