FlexGrid for WinForms
UnboundValueEventHandler Delegate



C1FlexGridBase object that raised the event.
UnboundValueEventArgs that contains the event data.
Represents the method that will handle the GetUnboundValue and C1FlexGridBase.SetUnboundValue events.
Syntax
'Declaration
 
Public Delegate Sub UnboundValueEventHandler( _
   ByVal sender As Object, _
   ByVal e As UnboundValueEventArgs _
) 
'Usage
 
Dim instance As New UnboundValueEventHandler(AddressOf HandlerMethod)
public delegate void UnboundValueEventHandler( 
   object sender,
   UnboundValueEventArgs e
)
public delegate void UnboundValueEventHandler( 
   Object^ sender,
   UnboundValueEventArgs^ e
)

Parameters

sender
C1FlexGridBase object that raised the event.
e
UnboundValueEventArgs that contains the event data.
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

Reference

UnboundValueEventHandler Members
C1.Win.C1FlexGrid Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback