ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / C1TaskDialog Class / ExpandedChanged Event

In This Topic
    ExpandedChanged Event
    In This Topic
    Occurs when a user expands or collapses the task dialog.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("Behavior")>
    <C1DescriptionAttribute("C1TaskDialog.ExpandedChanged", "Occurs when a user expands or collapses the task dialog.")>
    Public Event ExpandedChanged As EventHandler
    [C1Category("Behavior")]
    [C1Description("C1TaskDialog.ExpandedChanged", "Occurs when a user expands or collapses the task dialog.")]
    public event EventHandler ExpandedChanged
    See Also