DVTk API
OnSet Method (index, oldValue, newValue)
DVTkDvtk.Dicom.InformationEntityBaseInformationEntityListOnSet(Int32, Object, Object)
DVTk API

[This is preliminary documentation and is subject to change.]

Performs additional custom processes before setting a value in the collection instance.
Declaration Syntax
C#Visual BasicVisual C++
protected override void OnSet(
	int index,
	Object oldValue,
	Object newValue
)
Protected Overrides Sub OnSet ( _
	index As Integer, _
	oldValue As Object, _
	newValue As Object _
)
protected:
virtual void OnSet(
	int index, 
	Object^ oldValue, 
	Object^ newValue
) override
Parameters
index (Int32)
The zero-based index at which oldValue can be found.
oldValue (Object)
The value to replace with newValue.
newValue (Object)
The new value of the element at index.

Assembly: DvtkInformationEntity (Module: DvtkInformationEntity) Version: 0.0.0.0