QatItemsChangedEventHandler Delegate
Represents the method that handles the RibbonQat.ItemsChanged event.
'Declaration
Public Delegate Sub QatItemsChangedEventHandler( _
ByVal As System.Object, _
ByVal As QatItemsChangedEventArgs _
)
Parameters
- sender
- The source of the event.
- e
- A QatItemsChangedEventArgs object that contains the event data.