Construtor CopyToClipboardEventArgs
Creates a new instance of CopyToClipboardEventArgs with the default properties.
Namespace: Microsoft.SqlServer.MessageBox
Assembly: Microsoft.ExceptionMessageBox (em Microsoft.ExceptionMessageBox.dll)
Sintaxe
'Declaração
Public Sub New
'Uso
Dim instance As New CopyToClipboardEventArgs()
public CopyToClipboardEventArgs()
public:
CopyToClipboardEventArgs()
new : unit -> CopyToClipboardEventArgs
public function CopyToClipboardEventArgs()
Comentários
The default constructor initializes any fields to their default values.
Consulte também