C1.Win.C1FlexGrid Namespace : BeforeMouseDownEventHandler Delegate |
'Declaration
Public Delegate Sub BeforeMouseDownEventHandler( _ ByVal sender As Object, _ ByVal e As BeforeMouseDownEventArgs _ )
'Usage
Dim instance As New BeforeMouseDownEventHandler(AddressOf HandlerMethod)
public delegate void BeforeMouseDownEventHandler( object sender, BeforeMouseDownEventArgs e )
public delegate void BeforeMouseDownEventHandler( Object^ sender, BeforeMouseDownEventArgs^ e )
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