Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / PictureSelectionChangedEventArgs Class / PictureSelectionChangedEventArgs Constructor
The picture.


In This Topic
    PictureSelectionChangedEventArgs Constructor
    In This Topic
    Initializes a new instance of the PictureSelectionChangedEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal picture As Picture _
    )
    'Usage
     
    Dim picture As Picture
     
    Dim instance As New PictureSelectionChangedEventArgs(picture)
    public PictureSelectionChangedEventArgs( 
       Picture picture
    )

    Parameters

    picture
    The picture.
    See Also