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

In This Topic
RibbonEventHandler Delegate
In This Topic
Represents the method that will handle a C1Ribbon event.
Syntax
'Declaration
 
Public Delegate Sub RibbonEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As RibbonEventArgs _
) 
 

Parameters

sender
e
See Also