Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / AfterVisibleChanged Method
value indicates old the worksheet visibility
value that determines whether the worksheet is visible
allow hidden all sheet
Notify UI


In This Topic
    AfterVisibleChanged Method (Worksheet)
    In This Topic
    After worksheet visible changed.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub AfterVisibleChanged( _
       ByVal oldValue As SheetVisibility, _
       ByVal value As SheetVisibility, _
       ByVal allowHiddenAllSheet As Boolean, _
       Optional ByVal notifyUI As Boolean _
    ) 
    'Usage
     
    
    Dim instance As Worksheet
    Dim oldValue As SheetVisibility
    Dim value As SheetVisibility
    Dim allowHiddenAllSheet As Boolean
    Dim notifyUI As Boolean
     
    instance.AfterVisibleChanged(oldValue, value, allowHiddenAllSheet, notifyUI)
    protected virtual void AfterVisibleChanged( 
       SheetVisibility oldValue,
       SheetVisibility value,
       bool allowHiddenAllSheet,
       bool notifyUI
    )

    Parameters

    oldValue
    value indicates old the worksheet visibility
    value
    value that determines whether the worksheet is visible
    allowHiddenAllSheet
    allow hidden all sheet
    notifyUI
    Notify UI
    See Also