ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / Gallery Class / OnClick Method / OnClick(GalleryItem) Method
The gallery item clicked.

In This Topic
    OnClick(GalleryItem) Method
    In This Topic
    Called when a GalleryItem is clicked.
    Syntax
    protected internal virtual void OnClick( 
       GalleryItem item
    )
    Protected Friend Overloads Overridable Sub OnClick( _
       ByVal item As GalleryItem _
    ) 

    Parameters

    item
    The gallery item clicked.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also