VirtualTypeBuilder.Events Property   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the collection of Events for the virtual type.
public:
 property Microsoft::VisualStudio::Shell::Design::VirtualTypeBuilder::EventInfoCollection ^ Events { Microsoft::VisualStudio::Shell::Design::VirtualTypeBuilder::EventInfoCollection ^ get(); };
	public Microsoft.VisualStudio.Shell.Design.VirtualTypeBuilder.EventInfoCollection Events { get; }
	member this.Events : Microsoft.VisualStudio.Shell.Design.VirtualTypeBuilder.EventInfoCollection
	Public ReadOnly Property Events As VirtualTypeBuilder.EventInfoCollection
	Property Value
A VirtualTypeBuilder.EventInfoCollection that represents a collection of Events.