Spread WPF 16
GrapeCity.Windows.SpreadSheet.UI Namespace / DropDownItemControl Class / LayoutUpdated Event


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