CopyData.WndProc Method

Tungsten Suite

CopyDataWndProc Method

The window procedure

Namespace:  W.InterProcess
Assembly:  Tungsten.InterProcess (in Tungsten.InterProcess.dll) Version: 2.0.0
Syntax
C#
protected override void WndProc(
	ref Message m
)

Parameters

m
Type: System.Windows.FormsMessage
The message received
See Also