'Declaration <DescriptionAttribute("Raised when the value of the DialogResult property is changed")> <CategoryAttribute("Property Changed")> Public Event DialogResultChanged As EventHandler
'Usage Dim instance As WinButton Dim handler As EventHandler AddHandler instance.DialogResultChanged, handler
[Description("Raised when the value of the DialogResult property is changed")] [Category("Property Changed")] public event EventHandler DialogResultChanged