ElementPropertyChangedEventManager.Add Yöntem

Tanım

Aşırı Yüklemeler

Add(DomainPropertyInfo, Delegate)

Belirli bir etki alanı propertyinin her örneğinin değeri değiştiğinde bildirilen bir olay işleyicisi ekleyin

Add(DomainClassInfo, DomainPropertyInfo, Delegate)

Belirli bir etki alanı sınıfının (veya alt sınıflarının) bir örneğindeki belirli bir özelliğin değeri değiştiğinde bildirilen bir olay işleyicisi ekleyin

Add(DomainPropertyInfo, Guid, Delegate)

Belirli bir ModelElement 'in belirli bir özelliğinin değeri değiştiğinde bildirilen bir olay işleyicisi ekleyin

Add(DomainPropertyInfo, Delegate)

Belirli bir etki alanı propertyinin her örneğinin değeri değiştiğinde bildirilen bir olay işleyicisi ekleyin

public:
 void Add(Microsoft::VisualStudio::Modeling::DomainPropertyInfo ^ domainProperty, Delegate ^ handler);
public void Add (Microsoft.VisualStudio.Modeling.DomainPropertyInfo domainProperty, Delegate handler);
override this.Add : Microsoft.VisualStudio.Modeling.DomainPropertyInfo * Delegate -> unit
Public Sub Add (domainProperty As DomainPropertyInfo, handler As Delegate)

Parametreler

domainProperty
DomainPropertyInfo

Gözlemleyecek etki alanı Property

handler
Delegate

Eklenecek işleyici

Şunlara uygulanır

Add(DomainClassInfo, DomainPropertyInfo, Delegate)

Belirli bir etki alanı sınıfının (veya alt sınıflarının) bir örneğindeki belirli bir özelliğin değeri değiştiğinde bildirilen bir olay işleyicisi ekleyin

public:
 void Add(Microsoft::VisualStudio::Modeling::DomainClassInfo ^ domainClass, Microsoft::VisualStudio::Modeling::DomainPropertyInfo ^ domainProperty, Delegate ^ handler);
public void Add (Microsoft.VisualStudio.Modeling.DomainClassInfo domainClass, Microsoft.VisualStudio.Modeling.DomainPropertyInfo domainProperty, Delegate handler);
override this.Add : Microsoft.VisualStudio.Modeling.DomainClassInfo * Microsoft.VisualStudio.Modeling.DomainPropertyInfo * Delegate -> unit
Public Sub Add (domainClass As DomainClassInfo, domainProperty As DomainPropertyInfo, handler As Delegate)

Parametreler

domainClass
DomainClassInfo

Gözleyecek etki alanı sınıfı

domainProperty
DomainPropertyInfo

Gözleyecek etki alanı sınıfı

handler
Delegate

Eklenecek işleyici

Şunlara uygulanır

Add(DomainPropertyInfo, Guid, Delegate)

Belirli bir ModelElement 'in belirli bir özelliğinin değeri değiştiğinde bildirilen bir olay işleyicisi ekleyin

public:
 void Add(Microsoft::VisualStudio::Modeling::DomainPropertyInfo ^ domainProperty, Guid elementId, Delegate ^ handler);
public void Add (Microsoft.VisualStudio.Modeling.DomainPropertyInfo domainProperty, Guid elementId, Delegate handler);
override this.Add : Microsoft.VisualStudio.Modeling.DomainPropertyInfo * Guid * Delegate -> unit
Public Sub Add (domainProperty As DomainPropertyInfo, elementId As Guid, handler As Delegate)

Parametreler

domainProperty
DomainPropertyInfo

Gözleyecek Özellik

elementId
Guid

Gözleyecek ModelElement 'in kimliği

handler
Delegate

Eklenecek işleyici

Şunlara uygulanır