GrapeCity.Xaml.SpreadSheet.Data
PictureSelectionChanged Event


Occurs when the picture selection has changed.
Syntax
'Declaration
 
Public Event PictureSelectionChanged As EventHandler(Of PictureSelectionChangedEventArgs)
'Usage
 
Dim instance As Worksheet
Dim handler As EventHandler(Of PictureSelectionChangedEventArgs)
 
AddHandler instance.PictureSelectionChanged, handler
public event EventHandler<PictureSelectionChangedEventArgs> PictureSelectionChanged
Event Data

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

PropertyDescription
Picture Gets the picture.  
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

Worksheet Class
Worksheet Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options