'Declaration
<SRCategoryAttribute("Property Changed")> <SRDescriptionAttribute("Occurs when the AutoSize property has changed.")> <System.ComponentModel.BrowsableAttribute(True)> <System.ComponentModel.EditorBrowsableAttribute()> Public Event AutoSizeChanged As System.EventHandler
'Usage
Dim instance As EditSourceDialog Dim handler As System.EventHandler AddHandler instance.AutoSizeChanged, handler
[SRCategory("Property Changed")] [SRDescription("Occurs when the AutoSize property has changed.")] [System.ComponentModel.Browsable(true)] [System.ComponentModel.EditorBrowsable()] public event System.EventHandler AutoSizeChanged