Version

OnMessage(DependencyObject,Int32,Int32,Int32) Method

Syntax
'Declaration
 
Public Overloads Sub OnMessage( _
   ByVal src As System.Windows.DependencyObject, _
   ByVal msg As System.Integer, _
   ByVal wParam As System.Integer, _
   ByVal lParam As System.Integer _
) 
public void OnMessage( 
   System.Windows.DependencyObject src,
   System.int msg,
   System.int wParam,
   System.int lParam
)
public: void OnMessage( 
   System.Windows.DependencyObject* src,
   System.int msg,
   System.int wParam,
   System.int lParam
) 

Parameters

src
msg
wParam
lParam
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also