Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / ClipboardCutCancelEventArgs Class / Object Property


In This Topic
    Object Property (ClipboardCutCancelEventArgs)
    In This Topic
    Gets the object to be cut, can be a plot area, legend area, label area or a series info.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Object As Object
    'Usage
     
    
    Dim instance As ClipboardCutCancelEventArgs
    Dim value As Object
     
    value = instance.Object
    public object Object {get;}

    Property Value

    The object to be cut.
    See Also