'Declaration<SRCategoryAttribute("Property Changed")> <SRDescriptionAttribute("Event raised when the value of the Font property is changed on Control.")> Public Event FontChanged As System.EventHandler
'UsageDim instance As EditSourceDialog Dim handler As System.EventHandler AddHandler instance.FontChanged, handler
[SRCategory("Property Changed")] [SRDescription("Event raised when the value of the Font property is changed on Control.")] public event System.EventHandler FontChanged