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


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