[]
        
Occurs when the cut to the Clipboard choice is selected.
public void Cut_Clicked(object sender, EventArgs e)
Public Sub Cut_Clicked(sender As Object, e As EventArgs)
| Type | Name | Description | 
|---|---|---|
| object | sender | Object that raised the event  | 
    
| EventArgs | e | Object of EventArgs class that contains event data  |