GalleryItemEventArgs Constructors
Provides data for gallery item handling events.| Name | Parameters | Description |
|---|---|---|
| GalleryItemEventArgs(BaseGallery, GalleryItem) | gallery, item | Initializes a new instance of the GalleryItemEventArgs class. |
| GalleryItemEventArgs(RibbonGalleryBarItemLink, BaseGallery, GalleryItem) | inRibbonGalleryLink, gallery, item | Initializes a new instance of the GalleryItemEventArgs class with the specified settings. |
See Also