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