'Declaration Public Event IsPropertyExpandable As IsPropertyExpandableHandler
'Usage Dim instance As PropertyGrid Dim handler As IsPropertyExpandableHandler AddHandler instance.IsPropertyExpandable, handler
public event IsPropertyExpandableHandler IsPropertyExpandable