Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Camera Class / OnDirtying Method


In This Topic
    OnDirtying Method (Camera)
    In This Topic
    Designates this external variable to be recalculated when the next recalculation occurs.
    Syntax
    'Declaration
     
    
    Protected Overrides NotOverridable Function OnDirtying() As Boolean
    'Usage
     
    
    Dim instance As Camera
    Dim value As Boolean
     
    value = instance.OnDirtying()
    protected override bool OnDirtying()

    Return Value

    true if the external variable require executing its own logic after the calculation engine is ready; otherwise, false.
    Remarks
    Accessing calculation engine (like get value of external variable) isn't available inside this function.
    See Also