C1.Win.C1FlexGrid Namespace / OwnerDrawCellEventHandler Delegate

In This Topic
OwnerDrawCellEventHandler Delegate
In This Topic
Represents the method that will handle the OwnerDrawCell event.
Syntax
'Declaration
 
Public Delegate Sub OwnerDrawCellEventHandler( _
   ByVal sender As Object, _
   ByVal e As OwnerDrawCellEventArgs _
) 
 

Parameters

sender
e
See Also