Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal topLevelAspect As EntityAspect, _ ByVal topLevelProperty As EntityProperty, _ ByVal newValueParent As Object, _ ByVal newValueProperty As EntityProperty, _ ByVal value As Object _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim topLevelAspect As EntityAspect Dim topLevelProperty As EntityProperty Dim newValueParent As Object Dim newValueProperty As EntityProperty Dim value As Object Dim instance As New EntityPropertyChangedEventArgs(topLevelAspect, topLevelProperty, newValueParent, newValueProperty, value) |
C# | |
---|---|
public EntityPropertyChangedEventArgs( EntityAspect topLevelAspect, EntityProperty topLevelProperty, object newValueParent, EntityProperty newValueProperty, object value ) |
C++/CLI | |
---|---|
public: EntityPropertyChangedEventArgs( EntityAspect^ topLevelAspect, EntityProperty^ topLevelProperty, Object^ newValueParent, EntityProperty^ newValueProperty, Object^ value ) |
Parameters
- topLevelAspect
- topLevelProperty
- newValueParent
- newValueProperty
- value
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family