Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.v3.6 Assembly / Xceed.SmartUI Namespace / SmartControl Class / DropDownBegun Event


In This Topic
    DropDownBegun Event
    In This Topic
    Raised when a SmartControl's dropdown operation begins.
    Syntax
    'Declaration
     
    <CategoryAttribute("Action")>
    <DescriptionAttribute("Raised when a SmartControl's dropdown operation begins.")>
    <BrowsableAttribute(True)>
    Public Event DropDownBegun As EventHandler
    'Usage
     
    Dim instance As SmartControl
    Dim handler As EventHandler
     
    AddHandler instance.DropDownBegun, handler
    [Category("Action")]
    [Description("Raised when a SmartControl's dropdown operation begins.")]
    [Browsable(true)]
    public event EventHandler DropDownBegun
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also