MapMemberPropertiesChangedEventArgs Class Members
In This Topic
The following tables list the members exposed by MapMemberPropertiesChangedEventArgs.
Public Properties
| Name | Description |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | EventHints |
Gets the list of properties that are modified.
The MapMemberEventHint enumerable and the MapMember enumerable have a one to one mapping.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | MapMembers |
Gets the list of map members whose properties are modified.
The MapMemberEventHint enumerable and the MapMember enumerable have a one to one mapping.
|
Top
See Also