C1.Win.C1Ribbon.4.8 Assembly / C1.Win.C1Ribbon Namespace / DrawItemEventHandler Delegate

In This Topic
DrawItemEventHandler Delegate
In This Topic
Represents the method that will handle the Drawitem event.
Syntax
'Declaration
 
Public Delegate Sub DrawItemEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As DrawItemEventArgs _
) 
 

Parameters

sender
e
See Also