Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / WorksheetStateEventArgs Class / DataChanged Property


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