Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IStateChangedSupport Interface / DataChanged Property


In This Topic
    DataChanged Property (IStateChangedSupport)
    In This Topic
    Gets a boolean value indicating whether the data is changed.
    Syntax
    'Declaration
     
    
    ReadOnly Property DataChanged As Boolean
    'Usage
     
    
    Dim instance As IStateChangedSupport
    Dim value As Boolean
     
    value = instance.DataChanged
    bool DataChanged {get;}
    See Also