Syntax Parameters propId
Syntax Parameters propId trigger
Syntax Parameters trigger
Overload List
Called when this object is being added to the passed in collection. The default implementation sets the internal primaryCollection reference if it hasnt already been set Syntax Parameters primaryCollection The Infragistics.Shared.KeyedSubObjectsCollectionBase to which the object was added.
Invoked from the OnDeserialization method of the System.Runtime.Serialization.IDeserializationCallback interface Syntax
Syntax Parameters propChange
Called when this object is being removed from the passed in collection. The default implementation nulls out the primaryCollection if the passed in collection matches Syntax Parameters primaryCollection The collection from which this object was removed.
Invoked when the property of a subobject has changed. Syntax Parameters propChange A structure containing the property change information. Example The following sample code illustrates how classes derived from SubObjectBase can provide property change notifications with complete context information even within com...