Indicates that an entity has changed.
[Visual Basic .NET] |
---|
Public Sub OnEntityChanged( _ ByVal Entity As IAgEntity, _ ByVal UpdateType As AgEEntityUpdate _ ) |
[C#] |
---|
public void OnEntityChanged( IAgEntity Entity, AgEEntityUpdate UpdateType ); |
[Managed C++] |
---|
public: void OnEntityChanged( IAgEntity ^ Entity, AgEEntityUpdate UpdateType ); |
[Unmanaged C++] |
---|
public: HRESULT OnEntityChanged( IAgEntity * Entity, AgEEntityUpdate UpdateType ); |
[Java] |
---|
public void onEntityChanged( IAgEntity Entity, AgEEntityUpdate UpdateType ); |
- Entity
- UpdateType