Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / FloatingObjectSelectionChangedEventArgs Class / FloatingObjectSelectionChangedEventArgs Constructor
The floating object.


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

    Parameters

    floatingObject
    The floating object.
    See Also