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

In This Topic
MeasureItemEventHandler Delegate
In This Topic
Occurs when an owner-draw RibbonItem is created and the sizes of the item are determined.
Syntax
'Declaration
 
Public Delegate Sub MeasureItemEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As MeasureItemEventArgs _
) 
 

Parameters

sender
e
See Also