Spread Silverlight Documentation
PictureSelectionChanged Event


GrapeCity.Windows.SpreadSheet.Data Namespace > Worksheet Class : PictureSelectionChanged Event
Occurs when the picture selection has changed.
Syntax
'Declaration
 
Public Event PictureSelectionChanged As System.EventHandler(Of PictureSelectionChangedEventArgs)
'Usage
 
Dim instance As Worksheet
Dim handler As System.EventHandler(Of PictureSelectionChangedEventArgs)
 
AddHandler instance.PictureSelectionChanged, handler
public event System.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
Gets the picture.  
See Also