[]
Occurs when the paste from the Clipboard choice is selected.
public void Paste_Clicked(object sender, EventArgs e)
Public Sub Paste_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 |