ComponentOne Windows 7 Control Pack for WinForms
ExpandedChanged Event



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1TaskDialog Class : ExpandedChanged Event
Occurs when a user expands or collapses the task dialog.
Syntax
<C1CategoryAttribute("動作")>
<C1DescriptionAttribute("Occurs when a user expands or collapses the task dialog.")>
Public Event ExpandedChanged As EventHandler
Dim instance As C1TaskDialog
Dim handler As EventHandler
 
AddHandler instance.ExpandedChanged, handler
[C1Category("動作")]
[C1Description("Occurs when a user expands or collapses the task dialog.")]
public event EventHandler ExpandedChanged
[C1Category("動作")]
[C1Description("Occurs when a user expands or collapses the task dialog.")]
public:
event EventHandler^ ExpandedChanged
See Also

Reference

C1TaskDialog Class
C1TaskDialog Members