Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / IGalleryItemsPanel Interface / SelectedViewChanged Event

In This Topic
    SelectedViewChanged Event (IGalleryItemsPanel)
    In This Topic
    Occurs when the selection rectangle changed.
    Syntax
    'Declaration
     
    
    Event SelectedViewChanged As EventHandler(Of SelectedViewChangedEventArgs)
    event EventHandler<SelectedViewChangedEventArgs> SelectedViewChanged
    Event Data

    The event handler receives an argument of type SelectedViewChangedEventArgs containing data related to this event. The following SelectedViewChangedEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets or sets the bounds of selected view.  
    Remarks
    Raise this event if you need to show the selected item in the expanded gallery after the item is selected.
    See Also