Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / RowHeaderCellPresenter Class / LayoutUpdated Event


In This Topic
    LayoutUpdated Event (RowHeaderCellPresenter)
    In This Topic
    Syntax
    'Declaration
     
    Public Event LayoutUpdated As EventHandler
    'Usage
     
    Dim instance As RowHeaderCellPresenter
    Dim handler As EventHandler
     
    AddHandler instance.LayoutUpdated, handler
    public event EventHandler LayoutUpdated
    See Also