H 
		
								
				
				
			
		herbert
Using reflection I need to find all (private and public) fields, defined with
the keyword WithEvents.
Those fields are reflected as properties, which makes me ask how to
distinguish between
Public Property X () As myClass and
Public WithEvents X As myClass
thank you very much. herbert
				
			the keyword WithEvents.
Those fields are reflected as properties, which makes me ask how to
distinguish between
Public Property X () As myClass and
Public WithEvents X As myClass
thank you very much. herbert
