Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / ClipboardPasteCancelEventArgs Class / ClipboardPasteCancelEventArgs Constructor
The object to be pasted.


In This Topic
    ClipboardPasteCancelEventArgs Constructor
    In This Topic
    Initializes a new instance of the ClipboardPasteCancelEventArgs class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal obj As Object _
    )
    'Usage
     
    
    Dim obj As Object
     
    Dim instance As New ClipboardPasteCancelEventArgs(obj)
    public ClipboardPasteCancelEventArgs( 
       object obj
    )

    Parameters

    obj
    The object to be pasted.
    See Also