Mega Code Archive

 
Categories / VB.Net / WPF
 

Invoking Copy command with a Button

<Page xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"       xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"       HorizontalAlignment="Center" VerticalAlignment="Center">     <Button Command="Copy">Copy</Button> </Page>