GalleryBeforeSelectEventArgs
23 Sep 20251 minute to read
Event triggers before selecting gallery item.
Properties
cancel boolean
Defines whether to cancel the selecting event or not.
currentItem RibbonGalleryItemModel
Provides the current selecting gallery item.
event Event
Provides the original event.
isInteracted boolean
Provides whether the change is triggered by user interaction.
name string
Specifies name of the event.
previousItem RibbonGalleryItemModel
Provides the previous selected gallery item.