ElementEventArgs.DomainClass Property

Definition

Get the domain class to which the notification pertains

public:
 virtual property Microsoft::VisualStudio::Modeling::DomainClassInfo ^ DomainClass { Microsoft::VisualStudio::Modeling::DomainClassInfo ^ get(); };
public override Microsoft.VisualStudio.Modeling.DomainClassInfo DomainClass { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.DomainClass : Microsoft.VisualStudio.Modeling.DomainClassInfo
Public Overrides ReadOnly Property DomainClass As DomainClassInfo

Property Value

The domain class

Attributes

Applies to