VirtualTypeBuilder.Events Property

Definition

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.

Applies to