C1.Win.C1Ribbon.4.8 Assembly / C1.Win.C1Ribbon Namespace / QatItemsChangedEventHandler Delegate
The source of the event.
A QatItemsChangedEventArgs object that contains the event data.

In This Topic
QatItemsChangedEventHandler Delegate
In This Topic
Represents the method that handles the RibbonQat.ItemsChanged event.
Syntax
'Declaration
 
Public Delegate Sub QatItemsChangedEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As QatItemsChangedEventArgs _
) 
 

Parameters

sender
The source of the event.
e
A QatItemsChangedEventArgs object that contains the event data.
See Also